forked from tlverse/origami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export("%notin%")
export(combine_results)
export(combiner_array)
export(combiner_c)
export(combiner_factor)
export(combiner_rbind)
export(cross_validate)
export(fold_from_foldvec)
export(fold_from_foldvec_subgroup)
export(fold_from_foldvec_subgroup_stratoutcome)
export(fold_index)
export(folds2foldvec)
export(folds_bootstrap)
export(folds_loo)
export(folds_montecarlo)
export(folds_resubstitution)
export(folds_rolling_origin)
export(folds_rolling_origin_pooled)
export(folds_rolling_window)
export(folds_rolling_window_pooled)
export(folds_subgroup)
export(folds_vfold)
export(folds_vfold_rolling_origin_pooled)
export(folds_vfold_rolling_window_pooled)
export(id_folds_to_folds)
export(make_fold)
export(make_folds)
export(make_repeated_folds)
export(training)
export(validation)
export(wrap_in_try)
import(methods)
importFrom(abind,abind)
importFrom(assertthat,assert_that)
importFrom(data.table,rbindlist)
importFrom(future,future)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future,values)
importFrom(future.apply,future_lapply)
importFrom(listenv,listenv)