# Generated by roxygen2: do not edit by hand

S3method(plot,boost_recruitment)
S3method(plot,colony_convergence)
S3method(plot,decorrelation)
S3method(plot,gradient_colony)
S3method(plot,margin_analysis)
S3method(plot,plasticity_sim)
S3method(plot,variance_decomp)
S3method(print,boost_recruitment)
S3method(print,colony_convergence)
S3method(print,decorrelation)
S3method(print,gradient_colony)
S3method(print,iso_test)
S3method(print,margin_analysis)
S3method(print,plasticity_sim)
S3method(print,variance_decomp)
S3method(summary,gradient_colony)
S3method(summary,iso_test)
S3method(summary,variance_decomp)
export(acar)
export(adaboost)
export(calculate_margins)
export(calculate_quorum_margin)
export(colony_variance_experiment)
export(convergence_experiment_boost)
export(create_isomorphism_schematic)
export(find_best_stump)
export(gacl)
export(generate_all_figures)
export(generate_classification_data)
export(generate_regression_data)
export(generate_synthetic_data)
export(isomorphism_test)
export(launch_app)
export(noise_experiment_boost)
export(optimal_decorrelation_experiment)
export(plot_colony_accuracy)
export(plot_convergence_boost)
export(plot_convergence_complexity)
export(plot_correlation_decay)
export(plot_gradient_dynamics)
export(plot_isomorphism)
export(plot_learning_curves)
export(plot_learning_rate_sensitivity)
export(plot_margin_quorum)
export(plot_noise_robustness_boost)
export(plot_noise_robustness_nn)
export(plot_optimal_decorrelation)
export(plot_pheromone_weight)
export(plot_plasticity)
export(plot_sensitivity_heatmap)
export(plot_variance_decomposition)
export(plot_weak_learnability)
export(plot_weight_pheromone)
export(predict_adaboost)
export(predict_stump)
export(sensitivity_analysis)
export(sim_boost_recruitment)
export(sim_colony_convergence)
export(sim_decorrelation)
export(sim_gradient_colony)
export(sim_margin_analysis)
export(sim_plasticity)
export(sim_variance_decomp)
export(simple_neural_network)
export(simulate_ant_colony)
export(test_isomorphism)
export(track_weights)
export(variance_decomposition_experiment)
export(weak_learnability_experiment)
export(within_colony_correlation)
import(ggplot2)
import(patchwork)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,ks.test)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(utils,write.csv)
importFrom(viridis,scale_fill_viridis)
