KmeansClustTable: K-Means Clustering Classification Table

Description Usage Arguments Value Author(s) See Also Examples

Description

K-Means Clustering Classification Table

Usage

1

Arguments

kclusters

is a k-means cluster, which can be generated using the KmeansClust function.

labels

is a vector of values to classify the cluster data with.

Value

Returns a table that classifies all the provided label values based on cluster number with error handling.

Author(s)

Adithya Murali

See Also

KmeansClust

Examples

1
print(KmeansClustTable(KmeansClust(iris, 'Sepal.Length', "Sepal.Width", 3), iris$Species))

admurali/self documentation built on May 10, 2019, 5:56 a.m.