PrintTopicsTopTerm: Prints Topics Top Term

Description Usage Arguments

View source: R/exploration.R

Description

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.

Usage

1
PrintTopicsTopTerm(lda.model.list)

Arguments

lda.model.list

A list of lda models. See rawToLDA.


sailuh/topicflowr documentation built on May 27, 2019, 8:46 a.m.