HClustTable: Hierarchical Clustering Classification Table

Description Usage Arguments Value Author(s) See Also Examples

Description

Hierarchical Clustering Classification Table

Usage

1
HClustTable(hclusters, labels, nsplit = 1)

Arguments

hclusters

is a hierarchical cluster, which can be generated using the HClust function.

labels

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

nsplit

is number of parts to split the hierarchical cluster into.

Value

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

Author(s)

Adithya Murali

See Also

HClust

Examples

1
print(HClustTable(HClust(iris, 'Sepal.Length', "Sepal.Width"), iris$Species, 3))

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