I would like to clarify the relationship between latent Dirichlet allocation (LDA) and the generic task of document clustering.
The LDA analysis tends to output the topic proportions for each document. If my understanding is correct, this is not the direct result of document clustering. However, we can treat this probability proportions as a feature reprsentation for each document. Afterwards, we can invoke other established clustering method based on the feature configurations generated by LDA analysis.
Is my understanding correct? Thanks.