I'm looking at using LDA to cluster documents based on topics. I've gotten LDA to work in Mahout 0.4 and I am able to get keywords and topics using the built-in mahout utilities.
Is there any simple way to view which documents are assigned to which clusters after performing LDA? This could easily be done using canopy/kmeans with the -cl option (if I'm using the command line utilities), but I don't see any equivalent anywhere in the LDA utilities.
