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