This function can be used to call the underlingly model of an AbstractModel-class
instance.
Please see the documentation for AbstractModel-class
for example usage.
ab.model(ab, X, Y)
An object of type AbstractModel-class
.
The X
values to passed to the model function.
The Y
values to be passed to the model function.
Returns an trained instance of whatever underlying model is in use. Suitable to be passed to predict
or ab.predict
.