Learn R Programming

ppclust (version 1.1.0)

summary.ppclust: Summarize the clustering results

Description

Summarizes the clustering results for an object which is an instance of ‘ppclust’ class.

Usage

# S3 method for ppclust
summary(object, …)

Arguments

object

an object of ppclust class to be summarized.

additional arguments for S3 method summary.

Value

summary of the clustering results from the object of ppclust class.

See Also

as.ppclust, is.ppclust, ppclust2

Examples

Run this code
# 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