-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
54 lines (53 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
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
S3method("[",hstats_matrix)
S3method("dimnames<-",hstats_matrix)
S3method(average_loss,default)
S3method(average_loss,explainer)
S3method(average_loss,ranger)
S3method(dim,hstats_matrix)
S3method(dimnames,hstats_matrix)
S3method(h2,default)
S3method(h2,hstats)
S3method(h2_overall,default)
S3method(h2_overall,hstats)
S3method(h2_pairwise,default)
S3method(h2_pairwise,hstats)
S3method(h2_threeway,default)
S3method(h2_threeway,hstats)
S3method(hstats,default)
S3method(hstats,explainer)
S3method(hstats,ranger)
S3method(ice,default)
S3method(ice,explainer)
S3method(ice,ranger)
S3method(partial_dep,default)
S3method(partial_dep,explainer)
S3method(partial_dep,ranger)
S3method(pd_importance,default)
S3method(pd_importance,hstats)
S3method(perm_importance,default)
S3method(perm_importance,explainer)
S3method(perm_importance,ranger)
S3method(plot,hstats)
S3method(plot,hstats_matrix)
S3method(plot,ice)
S3method(plot,partial_dep)
S3method(print,hstats)
S3method(print,hstats_matrix)
S3method(print,hstats_summary)
S3method(print,ice)
S3method(print,partial_dep)
S3method(summary,hstats)
export(average_loss)
export(h2)
export(h2_overall)
export(h2_pairwise)
export(h2_threeway)
export(hstats)
export(ice)
export(multivariate_grid)
export(partial_dep)
export(pd_importance)
export(perm_importance)
export(univariate_grid)
importFrom(ggplot2,.data)