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