Re: Difficulties mapping results of CVB/LDA back to corresponding vector keys

2014-04-25 Thread Mohammed Omer
Suneel, I ended up using seqdumper on the docIndex file to retrieve the mapping of rowid -> text key. This brought me a lot closer than where I was before! However, now I have three files (contents here: https://gist.github.com/momer/11289002) My first thought is to write my own map/reduce jobs

Re: Difficulties mapping results of CVB/LDA back to corresponding vector keys

2014-04-24 Thread Suneel Marthi
RowId creates a matrix and docIndex which r and respectively. Have u looked at LDAPrintTopics.java ? On Thu, Apr 24, 2014 at 7:32 PM, Mohammed Omer wrote: > Good evening all. > > This is my first time working with Mahout, and I'm really excited about > being able to stand on the shoulders of

Difficulties mapping results of CVB/LDA back to corresponding vector keys

2014-04-24 Thread Mohammed Omer
Good evening all. This is my first time working with Mahout, and I'm really excited about being able to stand on the shoulders of giants, thanks to your hard work on the project. I'm 90% of the way there with my current Mahout project, but that last 10% is killing me. Code is at https://github.c