summary.ppclust: Summarize the clustering results

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
## S3 method for class '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.

Author(s)

Zeynel Cebeci

See Also

as.ppclust, is.ppclust, ppclust2

Examples

1
2
3
4
5
6
data(iris)
# Run FCM for three clusters
res.fcm <- fcm(x=iris[,1:4], centers=3)

# Summarize the result
summary(res.fcm)

ppclust documentation built on Feb. 9, 2020, 5:07 p.m.