View source: R/online_update.R
update.online | R Documentation |
Continues learning using new observations and new expert advice.
## S3 method for class 'online'
update(object, new_y, new_experts = NULL, trace = FALSE, ...)
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 |
update.online
produces an updated model object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.