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