update.online: Update method for online models

View source: R/online_update.R

update.onlineR Documentation

Update method for online models

Description

Continues learning using new observations and new expert advice.

Usage

## S3 method for class 'online'
update(object, new_y, new_experts = NULL, trace = FALSE, ...)

Arguments

object

Object of class inheriting from 'online'

new_y

new observations

new_experts

new expert predictions. This must be left unspecified

trace

If a progress bar shall be shown. Defaults to FALSE if the model already contains the expert predictions corresponding to new_y.

...

further arguments are ignored

Value

update.online produces an updated model object.


profoc documentation built on May 29, 2024, 9:46 a.m.