Skip to content

Kmeans

2 messages · Sergio Della Franca, Ranjan Maitra

#
The answer is correct, and is the way it should be. Cluster indicators are only nominal: there is no ordering in the ids, and hence the means are in different order.

Either way, the reason for this (and you could get totally different answers also) is because of how R initializes kmeans (random starts) which is clearly explained in the help on the subject.

Ranjan
On Wed, 28 Mar 2007 17:48:18 +0200 "Sergio Della Franca" <sergio.della.franca at gmail.com> wrote: