-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
43 lines (42 loc) · 1.3 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
S3method("+",plot_ceteris_paribus_explainer)
S3method(calculate_profiles,default)
S3method(calculate_variable_splits,default)
S3method(plot,ceteris_paribus_explainer)
S3method(plot,ceteris_paribus_oscillations)
S3method(plot,local_fit_explainer)
S3method(plot,what_if_2d_explainer)
S3method(plot,what_if_explainer)
S3method(plot_interactive,default)
S3method(plot_interactive,what_if_explainer)
S3method(print,ceteris_paribus_explainer)
S3method(print,ceteris_paribus_profile)
S3method(print,local_fit_explainer)
S3method(print,plot_ceteris_paribus_explainer)
S3method(print,what_if_2d_explainer)
S3method(print,what_if_explainer)
S3method(select_neighbours,default)
S3method(select_sample,default)
export(calculate_oscillations)
export(calculate_profiles)
export(calculate_profiles_lce)
export(calculate_variable_splits)
export(ceteris_paribus)
export(ceteris_paribus_layer)
export(local_conditional_expectations)
export(local_fit)
export(plot_interactive)
export(select_neighbours)
export(select_sample)
export(what_if)
export(what_if_2d)
import(ggplot2)
import(gower)
importFrom(DALEX,theme_drwhy)
importFrom(stats,aggregate)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(utils,head)