View source: R/S4-ClusteringKmeans.R
compute_clustering_kmeans | R Documentation |
Iterate over kmeans
compute_clustering_kmeans(
data,
ks = 2:10,
methods.kmeans = NULL,
verbose = TRUE,
...
)
data |
All numeric data.frame or matrix. |
ks |
Numeric vector. All inputs for argument |
inherit |
argument_dummy params |
A list named according to all specified kmeans methods.
Each of these method-slots contains a list named according to the syntax k_centers
. The content
is the output of stats::kmeans()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.