-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
S3method(anchors,data.frame)
S3method(explain,data.frame)
S3method(model_type,H2OModel)
S3method(model_type,WrappedModel)
S3method(model_type,anchors_classifier)
S3method(model_type,anchors_regressor)
S3method(model_type,default)
S3method(model_type,keras.engine.training.Model)
S3method(model_type,lda)
S3method(model_type,model_fit)
S3method(model_type,train)
S3method(model_type,xgb.Booster)
S3method(predict_model,H2OModel)
S3method(predict_model,WrappedModel)
S3method(predict_model,default)
S3method(predict_model,keras.engine.training.Model)
S3method(predict_model,lda)
S3method(predict_model,model_fit)
export(anchors)
export(as_classifier)
export(as_regressor)
export(discretize.data.frame)
export(explain)
export(initAnchors)
export(makePerturbator)
export(model_type)
export(perturbTabular)
export(perturbTabularDisc)
export(perturbate)
export(plotExplanations)
export(predict_model)
export(printExplanations)
export(shutdown)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.size)
importFrom(grDevices,terrain.colors)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(stats,predict)