Learn R Programming

rtemis (version 0.79)

update.rtMod.boost: rtemis internals: Update rtMod boost object's fitted values in-place

Description

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

Usage

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

Arguments

object

boost object

x

Data frame: Features

last.step.only

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

Value

boost object

Nothing; updates object in-place