Weighted K-means via Lloyd's algorithm
wkm(
x,
mu,
data,
weights = rep(1, NROW(x)),
iter.max = 20,
n.start = 5,
init = "kmpp",
...
)
Data (or formula)
Initial centers (or number centers chosen randomly among x)
optional data frmae
Optional weights
Max number of iterations
Number of restarts
method to create initial centres (default kmeans++)
Additional arguments to lower level functions
Klaus K. Holst