-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 867 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 867 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
# Generated by roxygen2: do not edit by hand
S3method("+",EffectData)
S3method("[",EffectData)
S3method(ale,H2OModel)
S3method(ale,default)
S3method(ale,explainer)
S3method(ale,ranger)
S3method(c,EffectData)
S3method(feature_effects,H2OModel)
S3method(feature_effects,default)
S3method(feature_effects,explainer)
S3method(feature_effects,ranger)
S3method(partial_dependence,H2OModel)
S3method(partial_dependence,default)
S3method(partial_dependence,explainer)
S3method(partial_dependence,ranger)
S3method(plot,EffectData)
S3method(print,EffectData)
S3method(update,EffectData)
export(.ale)
export(.pd)
export(ale)
export(average_observed)
export(average_predicted)
export(bias)
export(effect_importance)
export(fcut)
export(feature_effects)
export(partial_dependence)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,.data)
useDynLib(effectplots, .registration = TRUE)