Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Mahout, mail # user - Order of documents in LDA results


Copy link to this message
-
Order of documents in LDA results
ivan obeso 2012-07-02, 12:54
Hi,

I would like to know wich is the order of the documents in the LDA running
results. For example, I know that the topic/word file is a group of
IntWritable keys with VectorWritable values, and the key corresponds with
the topic id and the intWritable have in position 0 the word in position 0
in the dictionary file....

but in the document/topic file I am not sure about the order followed. The
key is an IntWritable that represents the document ID, but i dont know
where to read the filename/docID table.

Thanks.