Regression.Select.MinAvgErr.Config-class | R Documentation |
"Regression.Select.MinAvgErr.Config"
Configuration class for the "MinAvgErr" specialization of the "Regression.Select.Fit" operation in EnsembleBase package. This operation selects the base learner configuration with minimum average error across repeated cross-validation runs.
Objects can be created by calls of the form new("Regression.Select.MinAvgErr.Config", ...)
.
instance.list
:Object of class Instance.List-class
, containing a list of base learners to train.
errfun
:Object of class "function"
, the error metric to use for ranking base learner performances.
Class "Regression.Select.Config-class"
, directly.
signature(object = "Regression.Select.MinAvgErr.Config")
: ...
Mansour T.A. Sharabiani, Alireza S. Mahani
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.