Functions to render dynamic mixture graphs using rAmCharts
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)
mixture object
. Displays graphs.
character
. Colors of the lines and bullets.
integer
. Maximum number of experts to be displayed (only the more influencial).
integer
. Precision of the displayed values.
numeric
. Smoothing parameter for contribution plot (parameter 'f' of function lowess
).
a rAmCharts
plot