forked from wlattner/hete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 724 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 724 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
# Generated by roxygen2: do not edit by hand
S3method(cv_predict,default)
S3method(cv_predict,formula)
S3method(hete_single,default)
S3method(hete_single,formula)
S3method(hete_split,default)
S3method(hete_split,formula)
S3method(hete_tot,default)
S3method(hete_tot,formula)
S3method(hete_x,default)
S3method(hete_x,formula)
S3method(plot,hete_model)
S3method(plot,hete_uplift)
S3method(predict,base_estimator)
S3method(predict,hete_single)
S3method(predict,hete_split)
S3method(predict,hete_tot)
S3method(predict,hete_x)
S3method(print,hete_model)
export(base_estimator)
export(cv_predict)
export(hete_single)
export(hete_split)
export(hete_tot)
export(hete_x)
export(random_forest)
export(uplift)
importFrom(rlang,.data)