.k_means_fit_clustMixType | R Documentation |
This wrapper runs clustMixType::kproto()
and reorders the clusters.
.k_means_fit_clustMixType(x, k, ...)
x |
Data frame with both numerics and factors (also ordered factors are possible). |
k |
Either the number of clusters, a vector specifying indices of initial prototypes, or a data frame of
prototypes of the same columns as |
... |
Other arguments passed to |
Result from clustMixType::kproto()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.