Description Usage Arguments Details Examples
Find a best k for the k-means clustering
| 1 | find_best_km(mat, max_km = 15)
 | 
| mat | A matrix where k-means clustering is executed by rows. | 
| max_km | Maximal k to try. | 
The best k is determined by looking for the knee/elbow of the WSS curve (within-cluster sum of square).
Note this function is only for a rough and quick estimation of the best k.
| 1 2 | # There is no example
NULL
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.