Hi David, I tried to find a solution to visualize, too. In DisplayClustering example, clustering is running for x,y vectors and easy to visualize. But in real world, we have n vectors. It's not possible to visualize as point in xy chart, I think.
On Thu, Dec 12, 2013 at 6:42 PM, David G <[email protected]> wrote: > Hello, > > I am doing some experiments with clustering but now I want to visualize the > data. Like in > > https://cwiki.apache.org/confluence/display/MAHOUT/Visualizing+Sample+Clusters > , > is there a way to run the classes with arguments that accept custom cluster > data ? What is the best way to see cluster data? > > The command i am using is: mvn -q exec:java > -Dexec.mainClass=org.apache.mahout.clustering.display.DisplayClustering > > Thank you > > -- > David Graça > [email protected] > [email protected] >
