-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 929 Bytes
/
Copy pathNAMESPACE
File metadata and controls
38 lines (37 loc) · 929 Bytes
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
# 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(InterpretationMethod)
export(LocalModel)
export(Partial)
export(Predictor)
export(Shapley)
export(TreeSurrogate)
import(Metrics)
import(R6)
import(checkmate)
import(future)
import(ggplot2)
importFrom(data.table,as.data.table)
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(data.table,setnames)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,formula)
importFrom(stats,get_all_vars)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(utils,methods)