tune_kmeans | R Documentation |
Tune K-means.
tune_kmeans(tbl, k_max, nstart)
tbl |
Data. |
k_max |
Maximum number of centers to try. |
nstart |
Number of random initial solutions for each trial. |
A data frame with two columns: (1) k, and (2) wss_to_tss.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.