LDA_msg {LDATS} | R 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)
[Package
LDATS version 0.3.0
Index]