Produce and print the message for a given LDA model.
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)