Hi everyone, I have succeeded in creating clusters for my data set containing 1000 articles using k-means algorithm. I can perform cluster dump and explore most significant terms defining a cluster.
I can also iterate through the clustered points sequence file and print out the data. Now, I am stuck with a basic problem - how can I determine which cluster an item belongs to? Let's say you have the item with the id 100 and you need to print out the cluster(s) it belongs to. Also, I would like to print out all other item ids from the same cluster eventually, if it is possible. Regards, Petar -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-determine-which-cluster-an-item-belongs-to-tp3613013p3613013.html Sent from the Mahout User List mailing list archive at Nabble.com.
