Description Usage Arguments Details Value References See Also Examples
Implements Freund and Schapire's Adaboost.M1 algorithm
1 |
formula |
Formula for models |
data |
Input dataframe |
nIter |
no. of classifiers |
... |
other optional arguments, not implemented now |
This implements the Adaboost.M1 algorithm for a binary classification task. The target variable must be a factor with exactly two levels. The final classifier is a linear combination of weak decision tree classifiers.
object of class adaboost
Freund, Y. and Schapire, R.E. (1996):“Experiments with a new boosting algorithm” . In Proceedings of the Thirteenth International Conference on Machine Learning, pp. 148–156, Morgan Kaufmann.
real_adaboost
, predict.adaboost
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.