LDA without Hadoop

2014-06-18 Thread GandD Totsline
Hi - I would like to run an LDA topic model using Mahout without depending on Hadoop. The javadoc mentions use of InMemoryCollapsedVariationalBayes0 to avoid the Hadoop dependency, but I cannot find any code examples and the javadoc for the constructor of this class refers to a 'Matrix' class

Re: Interpretation of cluster output

2014-06-18 Thread Andrew Musselman
Interesting; could be a bug, I'll take a look. On Tue, Jun 17, 2014 at 10:38 AM, Han Fan visaya...@gmail.com wrote: Is this command line what you need? (Replace /user/root/testdataout with your output directory) $ mahout seqdumper -i /user/root/testdataout/data/part-m-0 Key: 9: Value:

Re: Interpretation of cluster output

2014-06-18 Thread Andrew Musselman
Kamesh, can you please describe the schema of your input data, along with your command to perform the clustering? On Mon, Jun 16, 2014 at 12:44 AM, Kamesh kamesh.had...@gmail.com wrote: Thanks for the response Andrew. I am using Mahout 0.9 version. However, I tried with trunk version but