summary.fclust | R Documentation |
Summary method for class fclust
.
## S3 method for class fclust ## S3 method for class 'fclust' summary(object, ...)
object |
Object of class |
... |
Additional arguments for |
The function displays the number of objects, the number of clusters, the cluster sizes, the closest hard clustering partition (objects assigned to the clusters with the highest membership degree), the cluster memberships (using the closest hard clustering partition), the number of objects with unclear assignment (when the maximal membership degree is lower than 0.5), the objects with unclear assignment and the cluster sizes without unclear assignments (only if objects with unclear assignment are present), the cluster summary (for every cluster: size, minimal membership degree, maximal membership degree, average membership degree, number of objects with unclear assignment) and the Euclidean distance matrix for the cluster prototypes.
Paolo Giordani, Maria Brigida Ferraro, Alessio Serafini
Fclust
, print.fclust
, plot.fclust
, unemployment
## unemployment data data(unemployment) ## fuzzy k-means unempFKM=FKM(unemployment,k=3,stand=1) summary(unempFKM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.