summary.ppclust | R Documentation |
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
as.ppclust
,
is.ppclust
,
ppclust2
data(iris)
# Run FCM for three clusters
res.fcm <- fcm(x=iris[,1:4], centers=3)
# Summarize the result
summary(res.fcm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.