The progress panel show a progress metric per node, clustering nodes with a similar metric
panel_progress(df_app, nsteps, cluster_option,
func_progress_node = NULL,
func_progress_global = NULL,
cluster_func = "Mode Density",
show_abe = TRUE,
plot_node_lines = FALSE,
plot_cluster_info = FALSE,
abe_label_pos_y = 0.05,
abe_label_pos_x = 1.02)List, steps - numeric list of steps, step - numeric the number of steps, original_metrics - ggplot, if plot_node_lines is true, plot_den - ggplot, if plot_cluster_info is true, joined_data - tibble, cluster data computed, cluster_metrics - ggplot the progress cluster visualization
starvz_data Application data
integer Number of times steps
numeric In case of "Mode Density", the bandwidth
function progress funcion per node that return [0-1]
function progress function globaly that return [0-1]
string "Mode Density" or "GMM"
boolean Add abe to plots
boolean Add to return list the progress metric non-clustered
boolean Add to return list the plot of cluster information
numeric ajust ABE label in y
numeric ajust ABE label in x
panel_progress(starvz_sample_lu$Application, 20, 0.01, show_abe = FALSE)
Run the code above in your browser using DataLab