LDA_msg: Create the model-running-message for an LDA

View source: R/LDA.R

LDA_msgR Documentation

Create the model-running-message for an LDA

Description

Produce and print the message for a given LDA model.

Usage

LDA_msg(mod_topics, mod_seeds, control = list())

Arguments

mod_topics

integer value corresponding to the number of topics in the model.

mod_seeds

integer value corresponding to the seed used for the model.

control

Class LDA_controls list of control parameters to be used in LDA (note that "seed" will be overwritten).

Examples

  LDA_msg(mod_topics = 4, mod_seeds = 2)


LDATS documentation built on Sept. 19, 2023, 5:08 p.m.