Regression.Sweep.CV.FitObj-class {EnsemblePenReg} | R Documentation |
Class "Regression.Sweep.CV.FitObj"
Description
Class containing output of Regression.Sweep.CV.Fit
function.
Objects from the Class
Objects can be created by calls of the form new("Regression.Sweep.CV.FitObj", ...)
.
Slots
sweep.list
:Object of class
"list"
, list of length equal to number of folds inpartition
. Each element of list is contains the output ofRegression.Sweep.Fit
and has classRegression.Sweep.FitObj
.pred
:Object of class
"matrix"
, containing the matrix of predictions from this operation.partition
:Object of class
"OptionalInteger"
, data partition used to perform CV sweep.
Author(s)
Mansour T.A. Sharabiani, Alireza S. Mahani
See Also
[Package EnsemblePenReg version 0.7 Index]