Description Usage Arguments Value Examples
AdaBoost.R2
1 | AdaBoost.R2(form, train, test, t_final = 100, power = 2, ...)
|
form |
The model formula. |
train |
A data.frame with the training data. |
test |
A data.frame with the test data. |
t_final |
The number of maximum boosting iterations. Default is 100. |
power |
Type of loss function, e.g. linear (1), squared (2). Default is 2. |
... |
Dots are passed to rpart |
Returns a vector with the predictions made by AdaBoost.R2.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.