kmeanspp_init | R Documentation |
Determine initial centers for the kmeans++ algorithm
kmeanspp_init(n_cluster, x = NULL, dm = NULL)
x |
data matrix to be clustered |
dm |
distance matrix (between rows of x; of class "dist") |
Row indices of initial cluster centers of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.