Re: Modifying kmeans algo

2015-09-23 Thread Ted Dunning
On Tue, Sep 22, 2015 at 5:51 PM, Ankit Goel wrote: > What I wanted to do was modify the clustering algorithm, in hopes of > experimenting with different versions of it. I'm not much hung over the MR > part of things, rather the clustering algo itself. > Have at it. All yours. > Secondly or a

Re: Modifying kmeans algo

2015-09-22 Thread Ankit Goel
Hi, What I wanted to do was modify the clustering algorithm, in hopes of experimenting with different versions of it. I'm not much hung over the MR part of things, rather the clustering algo itself. Secondly or alternatively, I wanted to which part or library calculates the centroid. (In hopes of

Re: Modifying kmeans algo

2015-09-21 Thread Ted Dunning
On Mon, Sep 21, 2015 at 4:44 PM, Ankit Goel wrote: > If one wanted to modify the kmeans algorithm given with the mahout package, > how would/should one go about doing it? > If you want to modify the old map reduce code, please go right ahead. The project members will not be maintaining that cod