adaboost.M1 | Applies the Adaboost.M1 algorithm to a data set |
bagging | Applies the Bagging algorithm to a data set. |
bagging.cv | Runs v-fold cross validation with Bagging |
boosting.cv | Runs v-fold cross validation with adaboost.M1 |
predict.bagging | Predicts from a fitted bagging object. |
predict.boosting | Predicts from a fitted Adaboost.M1 object. |