Skip to content
Prev 30524 / 398506 Next

kmeans clustering

On Mon, 14 Apr 2003, pingzhao wrote:

            
The help page could tell  you:

 centers: Either the number of clusters or a set of initial cluster
          centers. If the first, a random set of rows in `x' are chosen
          as the initial centers. 

At the very least, the labellings of the clusters are arbitrary, but 
K-means usually has multiple local minima.