.k_means_fit_klaR | R Documentation |
This wrapper runs klaR::kmodes()
and reorders the clusters.
.k_means_fit_klaR(data, modes, ...)
data |
A matrix or data frame of categorical data. Objects have to be in rows, variables in columns. |
modes |
Either the number of modes or a set of initial
(distinct) cluster modes. If a number, a random set of (distinct)
rows in |
... |
Other arguments passed to |
Result from klaR::kmodes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.