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