internal function that runs Kmean with multiple starting values

kmeansW.repeat(
  x,
  centers,
  weight = rep(1, nrow(x)),
  iter.max = 100,
  nstart = 1,
  step = 20
)