summary.ppclust {ppclust} | R Documentation |
Summarize the clustering results
Description
Summarizes the clustering results for an object which is an instance of ‘ppclust’ class.
Usage
## S3 method for class 'ppclust'
summary(object, ...)
Arguments
object |
an object of |
... |
additional arguments for S3 method summary. |
Value
summary of the clustering results from the object of ppclust
class.
Author(s)
Zeynel Cebeci
See Also
as.ppclust
,
is.ppclust
,
ppclust2
Examples
data(iris)
# Run FCM for three clusters
res.fcm <- fcm(x=iris[,1:4], centers=3)
# Summarize the result
summary(res.fcm)
[Package ppclust version 1.1.0.1 Index]