-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
48 lines (47 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(aspect_importance,default)
S3method(aspect_importance,explainer)
S3method(aspect_importance_single,default)
S3method(aspect_importance_single,explainer)
S3method(calculate_triplot,default)
S3method(calculate_triplot,explainer)
S3method(cluster_variables,default)
S3method(plot,aspect_importance)
S3method(plot,cluster_variables)
S3method(plot,hierarchical_importance)
S3method(plot,triplot)
S3method(print,aspect_importance)
S3method(print,triplot)
export(aspect_importance)
export(aspect_importance_single)
export(calculate_triplot)
export(cluster_variables)
export(get_sample)
export(group_variables)
export(hierarchical_importance)
export(lime)
export(list_variables)
export(model_triplot)
export(predict_aspects)
export(predict_triplot)
import(ggplot2)
import(patchwork)
import(stats)
importFrom(DALEX,colors_discrete_drwhy)
importFrom(DALEX,explain)
importFrom(DALEX,feature_importance)
importFrom(DALEX,theme_drwhy)
importFrom(DALEX,theme_drwhy_vertical)
importFrom(ggdendro,dendro_data)
importFrom(ggdendro,label)
importFrom(ggdendro,segment)
importFrom(ggplot2,.pt)
importFrom(glmnet,glmnet)
importFrom(graphics,plot)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,rbinom)