Description Usage Arguments Value
View source: R/lda_set_user_seeds.R
This function provides a simple creation and definition of
the list used to control the set of LDA models. It is set up to be easy
to work with the existing control capacity of
LDA
. Copied straight from weecology/LDATS; need it as part of this namespace to work with do.call
in LDA_set_user_seeds
1 2 3 4 5 6 7 | LDA_set_control_cv(
quiet = FALSE,
measurer = AIC,
selector = min,
iseed = 2,
...
)
|
quiet |
|
measurer, selector |
Function names for use in evaluation of the LDA
models. |
iseed |
|
... |
Additional arguments to be passed to
|
list
for controlling the LDA model fit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.