You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Omkar Raut <om...@gmail.com> on 2011/11/17 20:17:32 UTC

LDA clustering: how to print top K topics in each document

Hi

I am using LDA algorithm in Mahout. The "ldatopics" utility only prints top
20 words in each topics. I want to print top 10/20/K topics in each
document.
How can I do it?

I searched archives and found similar question, but I think complete answer
is not given.

Thanks!
Omkar