On Mon Mahidhar Pala <[email protected]> wrote: > Can some one please help me by suggesting how I can use the clustering > algorithms available in Mahout, i.e how I can input our data to the > algorithms. Or please suggest me some reference/documentation for > formatting the Input. Any suggestions will be of great help to me.
Did you happen to have a look at our quickstart guide yet? You can find some documentation on how to use the clustering code there: http://cwiki.apache.org/MAHOUT/clusteringyourdata.html Creating vectors (and converting to Mahout's format) is explained as well: http://cwiki.apache.org/MAHOUT/creating-vectors-from-text.html Probably most interesting for you is the small chapter on "Converting existing vectors to Mahout's format" Isabel
