plot_ridge_weights {opera} | R Documentation |
Functions to render dynamic mixture graphs using rAmCharts
Description
Functions to render dynamic mixture graphs using rAmCharts
Usage
plot_ridge_weights(data, colors = NULL, max_experts = 50, round = 3)
plot_weights(data, colors = NULL, max_experts = 50, round = 3)
boxplot_weights(data, colors = NULL, max_experts = 50)
plot_dyn_avg_loss(data, colors = NULL, max_experts = 50, round = 3)
plot_cumul_res(data, colors = NULL, max_experts = 50, round = 3)
plot_avg_loss(data, colors = NULL, max_experts = 50, round = 3)
plot_contrib(data, colors = NULL, alpha = 0.1, max_experts = 50, round = 3)
Arguments
data |
|
colors |
|
max_experts |
|
round |
|
alpha |
|
Value
a rAmCharts
plot
[Package opera version 1.2.0 Index]