Skip to content
Prev 8554 / 398502 Next

mva - kmeans (repetitive requests)

[Using kmeans(iris[1:4],5,20)]

Yes.  It starts with a random sample from the dataset.
S-PLUS (6.0) uses 

# if starting values not specified use hclust to get them

so the algorithm is different.
Consistent with what?