print.fclust {fclust} | R Documentation |
Printing fuzzy clustering output
Description
Print method for class fclust
.
Usage
## S3 method for class fclust
## S3 method for class 'fclust'
print(x, ...)
Arguments
x |
Object of class |
... |
Additional arguments for |
Details
The function displays the number of objects, the number of clusters, the closest hard clustering partition (objects assigned to the clusters with the highest membership degree) and the membership degree matrix (rounded).
Author(s)
Paolo Giordani, Maria Brigida Ferraro, Alessio Serafini
See Also
Fclust
, summary.fclust
, plot.fclust
, unemployment
Examples
## unemployment data
data(unemployment)
## fuzzy k-means
unempFKM=FKM(unemployment,k=3,stand=1)
unempFKM
[Package fclust version 2.1.1.1 Index]