Re: Kmeans - clustering help

2013-09-07 Thread P Kal
, 2013 2:05 PM Subject: Kmeans - clustering help I'm trying to a kmeans clustering on only numeric data This is how my data looks header1, header2 header3, header4, header5 0,0,0,0,0 1,3,2,4,5 3,2,4,5,6 . . . about 3000 rows As the cluster centroids I created another file (0,0,0,0,0

Kmeans - clustering help

2013-09-06 Thread P Kal
I'm trying to a kmeans clustering on only numeric data This is how my data looks header1, header2 header3, header4, header5 0,0,0,0,0 1,3,2,4,5 3,2,4,5,6 . . . about 3000 rows As the cluster centroids I created another file (0,0,0,0,0) (1,2,3,4,5) My understanding is that we'd have to change

Re: Kmeans - clustering help

2013-09-06 Thread Suneel Marthi
execution. From: P Kal ruvi...@gmail.com To: user@mahout.apache.org Sent: Friday, September 6, 2013 2:05 PM Subject: Kmeans - clustering help I'm trying to a kmeans clustering on only numeric data This is how my data looks header1, header2 header3, header4