| fanny.object {cluster} | R Documentation | 
Fuzzy Analysis (FANNY) Object
Description
The objects of class "fanny" represent a fuzzy clustering of a
dataset.
Value
A legitimate fanny object is a list with the following components:
| membership | matrix containing the memberships for each pair consisting of an observation and a cluster. | 
| memb.exp | the membership exponent used in the fitting criterion. | 
| coeff | Dunn's partition coefficient  The normalized form of the coefficient is also given.  It is defined
as  | 
| clustering | the clustering vector of the nearest crisp clustering, see
 | 
| k.crisp | integer ( | 
| objective | named vector containing the minimal value of the objective function
reached by the FANNY algorithm and the relative convergence
tolerance  | 
| convergence | named vector with  | 
| diss | an object of class  | 
| call | generating call, see  | 
| silinfo | list with silhouette information of the nearest crisp clustering, see
 | 
| data | matrix, possibibly standardized, or NULL, see
 | 
GENERATION
These objects are returned from fanny.
METHODS
The "fanny" class has methods for the following generic functions:
print, summary.
INHERITANCE
The class "fanny" inherits from "partition".
Therefore, the generic functions plot and clusplot can
be used on a fanny object.
See Also
fanny, print.fanny,
dissimilarity.object,
partition.object, plot.partition.