Regression.Select.MinAvgErr.FitObj-class | R Documentation |
"Regression.Select.MinAvgErr.FitObj"
Class containing the fit object from the "MinAvgErr" specialization of the "Regression.Select.Fit" operation in EnsembleBase package.
Objects can be created by calls of the form new("Regression.Select.MinAvgErr.FitObj", ...)
.
config
:Object of class "Regression.Select.Config-class"
, containing the configuration supplied to the fit operation.
est
:Object of class "ANY"
, containing the estimation object needed for prediction. This is a list with elements config.opt
(optimal base learner configuration), error.opt
(error associated with optimal configuration), and errors
(vector of errors for all base learner configurations).
pred
:Object of class "RegressionSelectPred-class"
, containing the within-sample prediction, in this case the average prediction across all partitions. Note that this prediction is not used in the ecv.regression
function as the ultimate training-set prediction. Instead, base learners trained on full training set (not CV style) are used for that purpose.
Class "Regression.Select.FitObj-class"
, directly.
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.