Summarize the clustering results
Summarizes the clustering results for an object which is an instance of ‘ppclust’ class.
## S3 method for class 'ppclust' summary(object, ...)
object |
an object of |
... |
additional arguments for S3 method summary. |
summary of the clustering results from the object of ppclust
class.
Zeynel Cebeci
data(iris) # Run FCM for three clusters res.fcm <- fcm(x=iris[,1:4], centers=3) # Summarize the result summary(res.fcm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.