predict.addtree | R Documentation |
Obtains predictions from a trained MediBoost model
## S3 method for class 'addtree'
predict(object, newdata, verbose = FALSE, ...)
object |
A trained model of class |
newdata |
Optional: a matrix / data.frame of features with which to predict |
verbose |
Logical: If TRUE, print messages to output |
... |
Not used |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.