doclusterkmeansnone {miclust} | R Documentation |
Performs K-means without variable selection.
Description
doclusterkmeansnone
performs K-means clustering without variable
selection.
Usage
doclusterkmeansnone(data, k, metriccent, inertiapower = 1, centpos, initcl)
Arguments
data |
internally provided by |
k |
internally provided by |
metriccent |
internally provided by |
inertiapower |
internally provided by |
centpos |
internally provided by |
initcl |
internally provided by |
Value
internal value to be used by doclusterkmeans
function.
[Package miclust version 1.2.8 Index]