print.fclust | R Documentation |
Print method for class fclust
.
## S3 method for class fclust ## S3 method for class 'fclust' print(x, ...)
x |
Object of class |
... |
Additional arguments for |
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).
Paolo Giordani, Maria Brigida Ferraro, Alessio Serafini
Fclust
, summary.fclust
, plot.fclust
, unemployment
## unemployment data data(unemployment) ## fuzzy k-means unempFKM=FKM(unemployment,k=3,stand=1) unempFKM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.