Description Usage Arguments Value See Also Examples
Standard K-means clustering. The wrapper performs multiple restarts in case true labels are provided (in order to optimise cluster assignments w.r.t. the Rand index).
1 |
xx |
The data matrix (n x p). |
k |
The number of clusters. |
true_labels |
Vector of true cluster assignments (when provided, it is used to compute the Rand index). |
verbose |
Logical, when true: print progress information. |
model_fit |
Model fit (output of |
aRI |
Adjusted Rand index (when |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.