Description Usage Arguments Value See Also Examples
Fits the AdaBoost.M1 (Freund and Schapire, 1996) and SAMME (Zhu et al., 2009) algorithms using classification trees as single classifiers.
1 |
formula |
formula specifying the independent and dependent variable columns |
data |
FLTable |
mfinal |
an integer, the number of iterations for which boosting is run or the number of trees to use. Defaults to mfinal=10 iterations. |
control |
options that control details of the rpart algorithm. See rpart for more details. |
An object of class "FLBoosting" which has details about the trees generated and the number of votes in bag corresponding to every ObsID.
boosting
for corresponding R function reference.
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.