| Regression.Integrator.Config-class {EnsembleBase} | R Documentation |
Classes "Regression.Integrator.Config", "Regression.Select.Config", "Regression.Integrator.FitObj", "Regression.Select.FitObj"
Description
Virtual base classes to contain configuration and fit objects for integrator operations.
Objects from the Class
All virtual classes; therefore, no objects may be created from them.
Slots
For config classes:
errfun:Object of class
"function"~~
For FitObj classes:
config:Object of class
"Regression.Integrator.Config"or"Regression.Select.Config"for the Integrator and Select classes.est:Object of class
ANY, containing estimation objects for concrete extensions of the virtual classes.pred:Object of class
"numeric", containing the prediction of integrator operations.
Methods
No methods defined with class "Regression.Integrator.Config" in the signature.
Author(s)
Alireza S. Mahani, Mansour T.A. Sharabiani
See Also
Regression.Integrator.Fit, Regression.Select.Fit
[Package EnsembleBase version 1.0.2 Index]