-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
77 lines (76 loc) · 2.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 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(graphics,plot)
importFrom(methods,hasArg)
importFrom(methods,is)
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)