R/exploration.R
Returns a named numeric vector, where the names are the topics represented by a single word, and the values are the number of documents the given topic was assigned.
GetDocumentsPerTopicCount(lda.model)
| lda.model | A single lda model. |
|---|
The topic document distribution.