Accessing LDA parameters from Apache Mahout LDA package -


i have tested using apache mahout building latent dirichlet allocation model on corpus of 30 documents. did not have hadoop installed on system thats why local execution of mahout yielded resulting model. access model parameters, in estimated \alpha, \beta, \phi, \theta

how can access these?

/mahout lda -i /tf-vectors -o -k 4-v 27

i can see has folder each iteration(i presume) of learning algorithm. each has single file part-r-0000 not know how access.

any appreciated.

i can't off-hand except people can read mahout-user mailing list , answer questions there. suggest repeat question there.

see here more information how subscribe: https://cwiki.apache.org/mahout/mailing-lists.html


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -