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)

Arguments

lda.model

A single lda model.

Value

The topic document distribution.