klist | R Documentation |
k
-MeansTo create a list of observations based on (modified) k
-means algorithm.
klist(x, K, method = c("reassign_tkmeans"), alpha = 0.05, ...)
x |
numeric vector, one-dimensional observations |
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 |
Function klist returns a list of numeric vectors.
reAssign.tkmeans kmeans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.