Take a model trained by ab.model and use it for prediction
Please see the documentation for AbstractModel-class
for example usage.
ab.predict(ab, mod, X)
An object of type AbstractModel-class
.
A trained model object, possibly the return value from a call to ab.model
.
The input predictors.
This will return whatever a call to predict
would return for the given model in use by the AbstractModel instance passed in ab
.