Description Usage Arguments Value Examples
Prediction of new data using DECORATE
1 2 |
object |
an object of the class |
newdata |
a data frame containing the same predictors as in the training phase. |
type |
character specifying whether to return the probabilites ('prob') or class ('class'). Default: prob. |
all |
Return the predictions per tree instead of the average (default = FALSE). |
... |
Not used currently. |
vector containing the response probabilities.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.