gbmCMA-methods {CMA} | R Documentation |
Roughly speaking, Boosting combines 'weak learners'
in a weighted manner in a stronger ensemble. This
method calls the function gbm.fit
from the
package gbm
. The 'weak learners' are
simple trees that need only very few splits (default: 1).
For further argument and output information, consult
gbmCMA.