Regression.Sweep.PCR.FitObj-class {EnsemblePCReg} | R Documentation |
"Regression.Sweep.PCR.FitObj"
Class containing the output of performing - or fitting - of PCR sweep operation.
Objects can be created by calls of the form new("Regression.Sweep.PCR.FitObj", ...)
.
config
:Object of class "Regression.Sweep.Config"
~~
est
:Object of class "ANY"
, the estimation object needed for prediction.
pred
:Object of class "matrix"
, matrix of predictions for training data. Column n
corresponds to the prediction using PC's from 1 to n
.
Class "Regression.Sweep.FitObj"
, directly.
No methods defined with class "Regression.Sweep.PCR.FitObj" in the signature.
Mansour T.A. Sharabiani, Alireza S. Mahani
"Regression.Sweep.FitObj"