Description Usage Arguments Value Author(s) See Also
Take a model trained by ab.model and use it for prediction
Please see the documentation for AbstractModel-class
for example usage.
1 | ab.predict(ab, mod, X)
|
ab |
An object of type |
mod |
A trained model object, possibly the return value from a call to |
X |
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
.
Peter Werner
ab.model
, ab.create
, AbstractModel-class
, gensemble
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.