GetTopicTermMatrices: Get Topic Term Matrices

Description Usage Arguments Value

View source: R/exploration.R

Description

Returns the topic term matrices for a list of lda models. See also GetDocumentTopicMatrices.

Usage

1
GetTopicTermMatrices(lda.model.list, n.terms = 10)

Arguments

lda.model.list

The list of lda models. See rawToLDA.

n.terms

The number of terms to display per topic (note the vocabulary can go up to over 95k for a given month).

Value

The ordered topic term matrices.


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