You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Rajesh Nikam <ra...@gmail.com> on 2013/03/19 14:15:02 UTC

Display cluster

Hello,

I am using clustering algo from mahout.

I have used SequenceFileDumper to dump mapping of instance to cluster which
is quite helpful.

I am looking for how information about generated clusters could be
displayed graphically.

I found below link that displays clusters, however it seems it uses some
hard coded examples which generated random data and displays clusters.

http://svn.apache.org/repos/asf/mahout/trunk/examples/src/main/java/org/apache/mahout/clustering/display/README.txt

I am want to know how this could used to display my clustered data ?

Thanks,
Rajesh