gb_classifier_update()
grows additional trees in gradient tree
boosting ensemble.
gb_classifier_update(object, n.new.trees, verbose = c(TRUE, FALSE))
An updated gradient tree boosting model.
A gbm.more
object.
Gradient tree boosting output. A gbm object.
Number of additional trees to grow. A numeric scalar.
Verbose output. A logical vector indicating whether or not verbose output should be printed.