Learn R Programming

rtemis (version 0.79)

update.addtboost: Update boost object's fitted values

Description

Calculate new fitted values for a boost. Advanced use only: run after updating learning.rate

Usage

# S3 method for addtboost
update(object, x, y = NULL, trace = 0, ...)

Arguments

object

addtboost object

Value

addtboost object

Details

All this will eventually be automated using an R6 object, maybe