Re: KMeans Clustering is not Reproducible

2017-05-24 Thread Christoph Bruecke
e-for-correctness-not-just-performance/ > > If this is not the case, then I agree with you the kmeans should be > partitioning agnostic (although I haven't check the code yet). > > Best, > Anastasios > > > On Mon, May 22, 2017 at 3:42 PM, Christoph Bruecke &g

KMeans Clustering is not Reproducible

2017-05-22 Thread Christoph Bruecke
Hi, I’m trying to figure out how to use KMeans in order to achieve reproducible results. I have found that running the same kmeans instance on the same data, with different partitioning will produce different clusterings. Given a simple KMeans run with fixed seed returns different results on th