tidy.online.weights | R Documentation |
tidy
will transform the weights array of an online object
into a tibble that is better suited for plotting and analysis.
## S3 method for class 'online.weights'
tidy(x, ...)
x |
The weights of an |
... |
Not currently used. |
A tibble with columns t
d
p
k
and w
corresponding
to the time, marginals, probabilities, experts, and weights
of the online-learning computation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.