forked from giuseppec/iml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 981 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
37
38
39
40
# Generated by roxygen2: do not edit by hand
S3method(plot,FeatureImp)
S3method(predict,LocalModel)
S3method(predict,TreeSurrogate)
export(FeatureEffect)
export(FeatureEffects)
export(FeatureImp)
export(Interaction)
export(LocalModel)
export(Partial)
export(Predictor)
export(Shapley)
export(TreeSurrogate)
import(Metrics)
import(R6)
import(checkmate)
import(ggplot2)
import(partykit)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setkeyv)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(glmnet,glmnet)
importFrom(gridExtra,marrangeGrob)
importFrom(prediction,find_data)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,formula)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(utils,methods)