RE: Mahout parallel K-Means - algorithms analysis

2014-03-18 Thread hiroshi leon
-means was based on? Thank you so much and have a nice day. Best regards From: ted.dunn...@gmail.com Date: Sat, 15 Mar 2014 13:56:56 -0700 Subject: Re: Mahout parallel K-Means - algorithms analysis To: user@mahout.apache.org We would love to help. Can you

Re: Mahout parallel K-Means - algorithms analysis

2014-03-18 Thread Suneel Marthi
: Re: Mahout parallel K-Means - algorithms analysis From: weish...@gmail.com To: user@mahout.apache.org CC: ted.dunn...@gmail.com You could take a look at org.apache.mahout.clustering.classify/ClusterClassificationMapper Enjoy, Wei Shung On Sat, Mar 15, 2014 at 2:51 PM, Suneel Marthi

RE: Mahout parallel K-Means - algorithms analysis

2014-03-18 Thread hiroshi leon
: Mahout parallel K-Means - algorithms analysis To: user@mahout.apache.org Canopy and KMeans run independently and do not call eachother. For KMEans, the K value has to be specified when invoking KMeans. Typically u run Canopy first and then invoke KMeans with the appropriate K-value

Re: Mahout parallel K-Means - algorithms analysis

2014-03-17 Thread Weishung Chung
2014 13:56:56 -0700 Subject: Re: Mahout parallel K-Means - algorithms analysis To: user@mahout.apache.org We would love to help. Can you say which program and which classes you are looking at? On Sat, Mar 15, 2014 at 12:58 PM, hiroshi leon hiroshi_8...@hotmail.comwrote: To whom