Description Usage Arguments Value
View source: R/doclusterkmeans.R
doclusterkmeans
performs K-means clustering with optional variable
selection.
1 2 3 4 5 6 7 8 9 10 | doclusterkmeans(
search,
data,
k,
metriccent,
inertiapower = 1,
maxvars = NULL,
centpos,
initcl
)
|
search |
internally provided by |
data |
internally provided by |
k |
internally provided by |
metriccent |
internally provided by |
inertiapower |
internally provided by |
maxvars |
internally provided by |
centpos |
internally provided by |
initcl |
internally provided by |
internal value to be used by miclust
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.