| computeClusteringKmeans | R Documentation | 
Computes cluster with method kmeans.
computeClusteringKmeans(object, ...)
## S4 method for signature 'Clustering'
computeClusteringKmeans(
  object,
  ks,
  methods_kmeans = "Hartigan-Wong",
  verbose = TRUE,
  ...
)
## S4 method for signature 'Analysis'
computeClusteringKmeans(
  object,
  ks,
  methods_kmeans = "Hartigan-Wong",
  verbose = TRUE,
  ...
)
| object | Any object for whose class a method has been defined. | 
| ... | Additional arguments given to  | 
| ks | Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector. | 
| verbose | Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) | 
The input object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.