Hi Suman & Meethu,
Apologies---I was wrong about KMeans supporting an initial set of
centroids! JIRA created: https://issues.apache.org/jira/browse/SPARK-8018
If you're interested in submitting a PR, please do!
Thanks,
Joseph
On Mon, Jun 1, 2015 at 2:25 AM, MEETHU MATHEW
wrote:
> Hi Joseph,
> I
Hi Suman,
For maxIterations, are you using the DenseKMeans.scala example code? (I'm
guessing yes since you mention the command line.) If so, then you should
be able to specify maxIterations via an extra parameter like
"--numIterations 50" (note the example uses "numIterations" in the current
mas
Hi,I think you cant supply an initial set of centroids to kmeans Thanks &
Regards,
Meethu M
On Friday, 15 May 2015 12:37 AM, Suman Somasundar
wrote:
Hi,,
I want to run a definite number of iterations in Kmeans. There is a command
line argument to set maxIterations, but even if I