# Generated by roxygen2: do not edit by hand

S3method(accumulated_dependence,ceteris_paribus_explainer)
S3method(accumulated_dependence,default)
S3method(accumulated_dependence,explainer)
S3method(ceteris_paribus,default)
S3method(ceteris_paribus,explainer)
S3method(conditional_dependence,ceteris_paribus_explainer)
S3method(conditional_dependence,default)
S3method(conditional_dependence,explainer)
S3method(describe,ceteris_paribus_explainer)
S3method(describe,feature_importance_explainer)
S3method(describe,partial_dependence_explainer)
S3method(describe,partial_dependency_explainer)
S3method(feature_importance,default)
S3method(feature_importance,explainer)
S3method(partial_dependence,ceteris_paribus_explainer)
S3method(partial_dependence,default)
S3method(partial_dependence,explainer)
S3method(plot,aggregated_profiles_explainer)
S3method(plot,ceteris_paribus_2d_explainer)
S3method(plot,ceteris_paribus_explainer)
S3method(plot,ceteris_paribus_oscillations)
S3method(plot,feature_importance_explainer)
S3method(plotD3,aggregated_profiles_explainer)
S3method(plotD3,ceteris_paribus_explainer)
S3method(plotD3,feature_importance_explainer)
S3method(print,aggregated_profiles_explainer)
S3method(print,ceteris_paribus_explainer)
S3method(print,feature_importance_explainer)
S3method(select_neighbours,default)
S3method(select_sample,default)
export(accumulated_dependence)
export(accumulated_dependency)
export(aggregate_profiles)
export(bind_plots)
export(calculate_oscillations)
export(ceteris_paribus)
export(ceteris_paribus_2d)
export(cluster_profiles)
export(conditional_dependence)
export(conditional_dependency)
export(describe)
export(feature_importance)
export(local_dependency)
export(partial_dependence)
export(partial_dependency)
export(plotD3)
export(select_neighbours)
export(select_sample)
export(show_aggregated_profiles)
export(show_observations)
export(show_profiles)
export(show_residuals)
export(show_rugs)
import(ggplot2)
importFrom(DALEX,colors_discrete_drwhy)
importFrom(DALEX,loss_root_mean_square)
importFrom(DALEX,theme_drwhy)
importFrom(DALEX,theme_drwhy_vertical)
importFrom(graphics,plot)
importFrom(scales,trans_new)
importFrom(stats,aggregate)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stats,smooth)
importFrom(stats,weighted.mean)
importFrom(utils,head)
importFrom(utils,tail)
