run_emmix_kmeas | R Documentation |
A wrapper to run EM analysis of \(ln\) Ks values with k-means
run_emmix_kmeas(v, k.centers = 2, k.nstart = 500)
v |
A list include a vector of Ks values namely |
k.centers |
Number of k-means centers, default 2. |
k.nstart |
Number of random start of k-means clustering, default 10. For a formal analysis, it is recommended to use 500. |
A list, i.e., the original output of mclust::emV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.