Hey Guys, I have been able to successfully execute the new lda algorithm as well as extract the topic/term inference with vectordump. What I was not able to do was get the document/topic inference. When I run the same vectordump command I get the same kinds of vectors (term:probability) as before. Should the vectors not be (topic:probability)?
The command I run is: vectordump -s temp/lda-cvb-doc/part-m-00000 -d temp/vectors/dictionary.file-* -dt sequencefile -o temp/lda-cvb-topics.txt I have not been able to find any documentation except what's in the code. Thanks for the help. Cheers, Caroline
