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