-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
74 lines (73 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
S3method("+",mshapviz)
S3method("+",shapviz)
S3method("[",shapviz)
S3method("dimnames<-",shapviz)
S3method(c,shapviz)
S3method(dim,shapviz)
S3method(dimnames,shapviz)
S3method(get_baseline,default)
S3method(get_baseline,mshapviz)
S3method(get_baseline,shapviz)
S3method(get_feature_values,default)
S3method(get_feature_values,mshapviz)
S3method(get_feature_values,shapviz)
S3method(get_shap_interactions,default)
S3method(get_shap_interactions,mshapviz)
S3method(get_shap_interactions,shapviz)
S3method(get_shap_values,default)
S3method(get_shap_values,mshapviz)
S3method(get_shap_values,shapviz)
S3method(print,mshapviz)
S3method(print,shapviz)
S3method(rbind,mshapviz)
S3method(rbind,shapviz)
S3method(shapviz,H2OModel)
S3method(shapviz,default)
S3method(shapviz,explain)
S3method(shapviz,kernelshap)
S3method(shapviz,lgb.Booster)
S3method(shapviz,matrix)
S3method(shapviz,predict_parts)
S3method(shapviz,shapr)
S3method(shapviz,treeshap)
S3method(shapviz,xgb.Booster)
S3method(split,shapviz)
S3method(summary,shapviz)
S3method(sv_dependence,default)
S3method(sv_dependence,mshapviz)
S3method(sv_dependence,shapviz)
S3method(sv_dependence2D,default)
S3method(sv_dependence2D,mshapviz)
S3method(sv_dependence2D,shapviz)
S3method(sv_force,default)
S3method(sv_force,mshapviz)
S3method(sv_force,shapviz)
S3method(sv_importance,default)
S3method(sv_importance,mshapviz)
S3method(sv_importance,shapviz)
S3method(sv_interaction,default)
S3method(sv_interaction,mshapviz)
S3method(sv_interaction,shapviz)
S3method(sv_waterfall,default)
S3method(sv_waterfall,mshapviz)
S3method(sv_waterfall,shapviz)
export(collapse_shap)
export(format_max)
export(get_baseline)
export(get_feature_values)
export(get_shap_interactions)
export(get_shap_values)
export(is.mshapviz)
export(is.shapviz)
export(mshapviz)
export(potential_interactions)
export(shapviz)
export(sv_dependence)
export(sv_dependence2D)
export(sv_force)
export(sv_importance)
export(sv_interaction)
export(sv_waterfall)
importFrom(rlang,.data)
importFrom(xgboost,xgb.train)