RegressionSelectPred-class {EnsembleBase} | R Documentation |
Class "RegressionSelectPred"
Description
Union of classes "NULL"
, "numeric"
and "matrix"
to hold prediction output of Select
operations based on generic function Regression.Select.Fit
. Class NULL
is included to allow methods to save memory by not returning the prediction, espeically when a highe-level wrapper takes responsibility for holding a global copy of all prediction results. The "numeric" and "matrix" classes allow for a single predictor or multiple predictors to be produced by a Select
operation.
Objects from the Class
A virtual Class: No objects may be created from it.
Methods
No methods defined with class "RegressionSelectPred" in the signature.
Author(s)
Alireza S. Mahani, Mansour T.A. Sharabiani
See Also
[Package EnsembleBase version 1.0.2 Index]