rtMod
boost object's fitted values in-placeCalculate new fitted values for a boost object.
Advanced use only: run with new x
or after updating learning.rate in object
# S3 method for rtMod.boost
update(object, x = NULL, x.test = NULL,
trace = 0, last.step.only = FALSE, n.cores = rtCores, ...)
boost object
Data frame: Features
Logical: If TRUE, x
must be provided and only the last meta model will be updated
using this x
boost object
Nothing; updates object
in-place