summary: Show White-Box Cluster Algorithm model

Description Usage Arguments Value Author(s) See Also Examples

Description

Show White-Box Cluster Algorithm model

Usage

1
2
## S3 method for class 'whibo_cluster'
summary(object, ...)

Arguments

object

WhiBo Cluster model.

...

None of those will be used.

Value

Summary text about Cluster model.

Author(s)

Sandro Radovanovic sandro.radovanovic@gmail.com

See Also

print.whibo_cluster

Examples

1
2
3
4
data <- iris[, 1:4] #Numerical data only

model <- whibo_clustering(data = data, k = 3)
summary(model)

whiboclustering documentation built on May 2, 2019, 6:46 a.m.