OptionalInteger-class {EnsembleBase} | R Documentation |
Class "OptionalInteger"
Description
Utility classes to allow for inclusion of "NULL" an a class instance, for memory efficiency. Each one of these is a class union between the underlying class ("integer", "character" and "numeric") and "NULL".
Objects from the Class
These classes are typically part of more complex classes representing outputs of ensemble fit functions.
Methods
No methods defined with class "OptionalInteger" in the signature.
Author(s)
Alireza S. Mahani, Mansour T.A. Sharabiani
See Also
Regression.FitObj
, BaseLearner.CV.FitObj
, Regression.CV.FitObj
[Package EnsembleBase version 1.0.2 Index]