Description
Weighted K-means via Lloyd's algorithm
Usage
wkm(x, mu, data, weights = rep(1, NROW(x)), iter.max = 20,
n.start = 5, ...)
Arguments
mu
Initial centers (or number centers chosen randomly among x)
...
Additional arguments to lower level functions