Description Usage Arguments Value Author(s) See Also Examples
Hierarchical Clustering Classification Table
1 | HClustTable(hclusters, labels, nsplit = 1)
|
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. |
Returns a table that classifies all the provided label values based on cluster number with error handling.
Adithya Murali
1 | print(HClustTable(HClust(iris, 'Sepal.Length', "Sepal.Width"), iris$Species, 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.