R/exploration.R
Calls GetDocumentsPerTopicCount
for every topic. Best used just after creating the LDA models
to get a sense of them for every value of k. Beware this can be HIGHLY misleading since a topic is a distribution
over terms, and the top term may have a very close probability to occur as other term.
PrintTopicsTopTerm(lda.model.list)
lda.model.list | A list of lda models. See |
---|