View source: R/08_Clustering.R
| CalHar | R Documentation |
Calculates the Calinski-Harabasz index (ratio of between-cluster to within-cluster dispersion; higher values indicate better separation).
CalHar(data, assign, means)
data |
Numeric matrix of observations. |
assign |
Vector of cluster assignments. |
means |
List of cluster mean vectors. |
Numeric scalar; higher values indicate better separation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.