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

Description Usage Arguments Examples

View source: R/LDA.R

Description

Produce and print the message for a given LDA model.

Usage

1
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

1
  LDA_msg(mod_topics = 4, mod_seeds = 2)

weecology/LDATS documentation built on March 28, 2020, 11:20 a.m.