Regression.Integrator.PCR.SelMin.FitObj-class {EnsemblePCReg} | R Documentation |
"Regression.Integrator.PCR.SelMin.FitObj"
Class containing the output of fitting a PCR-based integrator with CV-error minimization method for selecting the number of PC's.
Objects can be created by calls of the form new("Regression.Integrator.PCR.SelMin.FitObj", ...)
.
config
:Object of class "Regression.Integrator.Config"
, containing the error function and the partition to use for training the PCR integrator.
est
:Object of class "ANY"
, estimation object that is used for prediction.
pred
:Object of class "numeric"
, prediction for training set.
Class "Regression.Integrator.FitObj"
, directly.
No methods defined with class "Regression.Integrator.PCR.SelMin.FitObj" in the signature.
Mansour T.A. Sharabiani, Alireza S. Mahani
"Regression.Integrator.FitObj"