-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
36 lines (35 loc) · 1023 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(break_down,default)
S3method(break_down,explainer)
S3method(break_down_uncertainty,default)
S3method(break_down_uncertainty,explainer)
S3method(describe,break_down)
S3method(describe,break_down_uncertainty)
S3method(local_attributions,default)
S3method(local_attributions,explainer)
S3method(local_interactions,default)
S3method(local_interactions,explainer)
S3method(plot,break_down)
S3method(plot,break_down_uncertainty)
S3method(plotD3,break_down)
S3method(plotD3,shap)
S3method(print,break_down)
S3method(print,break_down_description)
S3method(print,break_down_uncertainty)
export(break_down)
export(break_down_uncertainty)
export(describe)
export(local_attributions)
export(local_interactions)
export(plotD3)
export(shap)
import(ggplot2)
importFrom(graphics,plot)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,tail)