klist {QuantileGH} | R Documentation |
Data Clusters by (modified) k
-Means
Description
To create a list of observations based on (modified) k
-means algorithm.
Usage
klist(x, K, method = c("reassign_tkmeans"), alpha = 0.05, ...)
Arguments
x |
|
K |
integer scalar, number of clusters |
method |
character scalar,
only |
alpha |
numeric scalar, proportion of observations to be trimmed in
trimmed |
... |
additional parameters, currently not in use |
Value
Function klist returns a list of numeric vectors.
See Also
[Package QuantileGH version 0.1.7 Index]