Learn R Programming

whiboclustering (version 0.1.2)

print.whibo_cluster: Show White-Box Cluster Algorithm model

Description

Show White-Box Cluster Algorithm model

Usage

# S3 method for whibo_cluster
print(x, ...)

Arguments

x

WhiBo Cluster model.

...

None of those will be used.

Value

Summary text about Cluster model.

See Also

summary.whibo_cluster

Examples

Run this code
# NOT RUN {
data <- iris[, 1:4] #Numerical data only

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

# }

Run the code above in your browser using DataLab