compute_clustering_kmeans: Iterate over kmeans

View source: R/S4-ClusteringKmeans.R

compute_clustering_kmeansR Documentation

Iterate over kmeans

Description

Iterate over kmeans

Usage

compute_clustering_kmeans(
  data,
  ks = 2:10,
  methods.kmeans = NULL,
  verbose = TRUE,
  ...
)

Arguments

data

All numeric data.frame or matrix.

ks

Numeric vector. All inputs for argument centers of function stats::kmeans().

inherit

argument_dummy params

Value

A list named according to all specified kmeans methods. Each of these method-slots contains a list named according to the syntax k_ where is the respective integer of centers. The content is the output of stats::kmeans().


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.