kmeansW.repeat: internal function that runs Kmean with multiple starting...

Description Usage

View source: R/firm-clustering.R

Description

internal function that runs Kmean with multiple starting values

Usage

1
2
3
4
5
6
7
8
kmeansW.repeat(
  x,
  centers,
  weight = rep(1, nrow(x)),
  iter.max = 100,
  nstart = 1,
  step = 20
)

chaudhary-amit/acblm documentation built on Dec. 19, 2021, 3:02 p.m.