# Generated by roxygen2: do not edit by hand

S3method(extract_coefficients,easy_glmnet)
S3method(extract_variable_importances,easy_random_forest)
S3method(fit_model,easy_avNNet)
S3method(fit_model,easy_deep_neural_network)
S3method(fit_model,easy_glinternet)
S3method(fit_model,easy_glmnet)
S3method(fit_model,easy_neural_network)
S3method(fit_model,easy_random_forest)
S3method(fit_model,easy_support_vector_machine)
S3method(predict_model,easy_avNNet)
S3method(predict_model,easy_deep_neural_network)
S3method(predict_model,easy_glinternet)
S3method(predict_model,easy_glmnet)
S3method(predict_model,easy_neural_network)
S3method(predict_model,easy_random_forest)
S3method(predict_model,easy_support_vector_machine)
export(correlation_test)
export(easy_analysis)
export(easy_avNNet)
export(easy_deep_neural_network)
export(easy_glinternet)
export(easy_glmnet)
export(easy_neural_network)
export(easy_random_forest)
export(easy_support_vector_machine)
export(extract_coefficients)
export(extract_variable_importances)
export(fit_model)
export(generate_coefficients)
export(generate_model_performance)
export(generate_predictions)
export(generate_variable_importances)
export(measure_auc_score)
export(measure_correlation_score)
export(measure_mse_score)
export(measure_r2_score)
export(plot_coefficients_processed)
export(plot_model_performance_binomial_auc_score)
export(plot_model_performance_gaussian_correlation_score)
export(plot_model_performance_gaussian_mse_score)
export(plot_model_performance_gaussian_r2_score)
export(plot_model_performance_histogram)
export(plot_predictions_binomial)
export(plot_predictions_gaussian)
export(plot_roc_curve)
export(plot_variable_importances_processed)
export(predict_model)
export(preprocess_identity)
export(preprocess_scale)
export(process_coefficients)
export(process_variable_importances)
export(reduce_cores)
export(remove_variables)
export(resample_fold_train_test_split)
export(resample_simple_train_test_split)
export(resample_stratified_class_train_test_split)
export(resample_stratified_simple_train_test_split)
export(set_categorical_variables)
export(set_column_names)
export(set_cores)
export(set_dependent_variable)
export(set_independent_variables)
export(set_looper)
export(set_looper_)
export(set_measure)
export(set_parallel)
export(set_plot_model_performance)
export(set_plot_predictions)
export(set_preprocess)
export(set_random_state)
export(set_resample)
