Printing fuzzy clustering output
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
## unemployment data data(unemployment) ## fuzzy k-means unempFKM=FKM(unemployment,k=3,stand=1) unempFKM
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.