"Regression.Integrator.Config"
, "Regression.Select.Config"
, "Regression.Integrator.FitObj"
, "Regression.Select.FitObj"
Virtual base classes to contain configuration and fit objects for integrator operations.
All virtual classes; therefore, no objects may be created from them.
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.
No methods defined with class "Regression.Integrator.Config" in the signature.
Alireza S. Mahani, Mansour T.A. Sharabiani
Regression.Integrator.Fit
, Regression.Select.Fit