View source: R/08_Clustering.R
| DavBou | R Documentation |
Calculates the Davies-Bouldin index (average similarity between each cluster and its most similar counterpart; lower values indicate better separation).
DavBou(data, assign, means)
data |
Numeric matrix of observations. |
assign |
Vector of cluster assignments. |
means |
List of cluster mean vectors. |
Numeric scalar; lower values indicate better separation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.