LDA_set_control_cv.Rd
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
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.