applies progression bar flr kmeans clustering

kmeans_progressr(
  x,
  centers,
  iter.max,
  nstart,
  algorithm = "Hartigan-Wong",
  p = NULL,
  ...
)

Arguments

x

numeric.

centers

numeric.

iter.max

numeric.

nstart

numeric.

algorithm

character. algorithm used in the kmeans clustering

p

function.

...

list. additional parameters

Value

results of kmeans