I want to run the KMeans algorithm of MLLIB (Apache Spark), but with reproducible results.
Is it possible to run KMeans of MLLIB (Apache Spark) with fixed seed? How?
Thanks and regards,
I want to run the KMeans algorithm of MLLIB (Apache Spark), but with reproducible results.
Is it possible to run KMeans of MLLIB (Apache Spark) with fixed seed? How?
Thanks and regards,
As of Spark 1.2, it appears that this is not possible. It generates a seed internally.