powered by
Summarizes the clustering results for an object which is an instance of ‘ppclust’ class.
# S3 method for ppclust summary(object, …)
an object of ppclust class to be summarized.
ppclust
additional arguments for S3 method summary.
summary of the clustering results from the object of ppclust class.
as.ppclust, is.ppclust, ppclust2
as.ppclust
is.ppclust
ppclust2
# NOT RUN { 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