Dear Sebastian, I am learning about mahout, and I want to create an example in Java which will analyse texts (not on the base of Reuters, but created by user, and stored in a folder), and then give the recommendation for other texts based on the previous texts. In my opinion, "RowSimilarityJob" could be a great tool!
Thanks, Darius Miliauskas 2013/9/3 Sebastian Schelter <[email protected]> > Hi Darius, > > what is it that you want to use RowSimilarityJob for? > > On 03.09.2013 14:57, Darius Miliauskas wrote: > > Thanks, Suneel, but here it is not notified where is the RowSimilarityJob > > (I guess the whole analysis is called this way), moreover, it is Command > > line, not Java API. I would like to know how to use it in Java. > > > > > > Best, > > > > Darius > > > > > > 2013/9/3 Suneel Marthi <[email protected]> > > > >> Here is the link to the wiki page, the RowSimilarityJob is all the way > >> below. > >> > >> > >> > https://cwiki.apache.org/confluence/display/MAHOUT/Quick+tour+of+text+analysis+using+the+Mahout+command+line > >> > >> > >> > >> > >> ________________________________ > >> From: Suneel Marthi <[email protected]> > >> To: "[email protected]" <[email protected]> > >> Sent: Tuesday, September 3, 2013 7:22 AM > >> Subject: Re: RowSimilarityJob > >> > >> > >> Pat had put up a wiki page for this. I don't have it handy but u could > >> check on Mahout Wiki > >> > >> Sent from my iPhone > >> > >> On Sep 3, 2013, at 5:47 AM, Darius Miliauskas < > [email protected]> > >> wrote: > >> > >>> Dear All, > >>> > >>> trying to find the way how to use "RowSimilarityJob" in Java code (not > >>> cmd), and I have no idea what parameters or methods I should use in > order > >>> to run with vectors. I would appreciate any samples of the code! > >>> > >>> > >>> Thanks, > >>> > >>> Darius > >> > > > >
