powered by
Summarizes the clustering results for an object which is an instance of ‘ppclust’ class.
# S3 method for ppclust summary(object, ...)
summary of the clustering results from the object of ppclust class.
ppclust
an object of ppclust class to be summarized.
additional arguments for S3 method summary.
Zeynel Cebeci
as.ppclust, is.ppclust, ppclust2
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)
Run the code above in your browser using DataLab