Learn R Programming

profoc (version 1.3.3)

update.online: Update method for online models

Description

Continues learning using new observations and new expert advice.

Usage

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

Value

update.online produces an updated model object.

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