Learn R Programming

profoc (version 1.3.2)

tidy.online.experts_loss: Tidy the Experts' losses of an Online object

Description

tidy will transform the experts_loss array of an online object into a tibble that is better suited for plotting and analysis.

Usage

# S3 method for online.experts_loss
tidy(x, ...)

Value

A tibble with columns t

d

p

k and w corresponding to the time, marginals, probabilities, and experts_loss of the online-learning computation.

Arguments

x

The experts_loss of an online object.

...

Not currently used.