Learn R Programming

rtemis (version 0.79)

update.cartLinBoostTV: rtemis internals: Update cartLinBoostTV object's fitted values

Description

Calculate new fitted values for a cartLinBoostTV object. Advanced use only: run with new x or after updating learning.rate in object

Usage

# S3 method for cartLinBoostTV
update(object, x = NULL, x.valid = NULL,
  trace = 0, last.step.only = FALSE, n.cores = rtCores, ...)

Arguments

object
x

Data frame: Features

last.step.only

Logicall: If TRUE, x must be provided and only the last meta model will be updated using this x

Value

cartLinBoostTV object

Nothing; updates object in-place