Hello, I am using mahout 0.8 and after clustering a data, i use this command to see results:
> mahout clusterdump --seqFileDir clusters/clusters-77/ --pointsDir > clusters/clusteredPoints/ Also i want to learn why rows are clustered in the same cluster. I think, to learn this i can write code to find which features/dimensions are similar in a cluster. Without writing code, can i find why rows are clustered in the same cluster? **In a nutshell: I want to learn the characteristics of the clusters.** -- Necati DEMİR --------------------
