-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
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(as.data.table,orsf_summary_uni)
S3method(predict,ObliqueForest)
S3method(print,ObliqueForest)
S3method(print,orsf_summary_uni)
export(orsf)
export(orsf_control)
export(orsf_control_classification)
export(orsf_control_cph)
export(orsf_control_custom)
export(orsf_control_fast)
export(orsf_control_net)
export(orsf_control_regression)
export(orsf_control_survival)
export(orsf_ice_inb)
export(orsf_ice_new)
export(orsf_ice_oob)
export(orsf_pd_inb)
export(orsf_pd_new)
export(orsf_pd_oob)
export(orsf_scale_cph)
export(orsf_summarize_uni)
export(orsf_time_to_train)
export(orsf_train)
export(orsf_unscale_cph)
export(orsf_update)
export(orsf_vi)
export(orsf_vi_anova)
export(orsf_vi_negate)
export(orsf_vi_permute)
export(orsf_vint)
export(orsf_vs)
export(pred_spec_auto)
import(R6)
import(data.table)
importFrom(Rcpp,sourceCpp)
importFrom(collapse,"%==%")
importFrom(lifecycle,deprecated)
useDynLib(aorsf, .registration = TRUE)