To elaborate further... The data I am clustering is: 1,2,3,4,5,6,BOB,Chicago 1,2,3,4,5,6,PHIL,Miami 2,3,3,4,5,7,Cindy,NY
The data I vector and send through Mahout/Kmeans is: 1,2,3,4,5,6 1,2,3,4,5,6 2,3,3,4,5,7 That data I get back is: 1,2,3,4,5,6 is Cluster 0 1,2,3,4,5,6 is Cluster 0 2,3,3,4,5,7 is Cluster 1 The data I want is: 1,2,3,4,5,6,BOB, Chicago is Cluster 0 1,2,3,4,5,6,PHIL, Miami is Cluster 0 2,3,3,4,5,7,Cindy, NY is Cluster 1 Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Fields-needed-after-clustering-but-not-used-within-Mahout-tp3170297p3171977.html Sent from the Mahout Developer List mailing list archive at Nabble.com.
