forked from tlverse/origami
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.65 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
S3method(predict,mnSL.earth)
S3method(predict,mnSL.gbm)
S3method(predict,mnSL.glmnet)
S3method(predict,mnSL.mean)
S3method(predict,mnSL.multinom)
S3method(predict,mnSL.polymars)
S3method(predict,mnSL.randomForest)
S3method(predict,mvSL.wrapper)
S3method(predict,origami_SuperLearner)
S3method(predict,origami_SuperLearner_fit)
S3method(predict,stratSL.wrapper)
S3method(print,origami_CV.SuperLearner)
export(SL.knn_stored)
export(combine_results)
export(combiner_array)
export(combiner_c)
export(combiner_factor)
export(combiner_rbind)
export(cross_validate)
export(cv_SL)
export(cv_cvsl)
export(drop_zero_learners)
export(factor_to_indicators)
export(fold_index)
export(folds2foldvec)
export(folds_bootstrap)
export(folds_loo)
export(folds_montecarlo)
export(folds_resubstitution)
export(folds_rolling_origin)
export(folds_rolling_window)
export(folds_vfold)
export(make_fold)
export(make_folds)
export(make_repeated_folds)
export(make_split_folds)
export(method.mnNNloglik)
export(method.mvSL)
export(mnSL.earth)
export(mnSL.gbm)
export(mnSL.glmnet)
export(mnSL.mean)
export(mnSL.multinom)
export(mnSL.polymars)
export(mnSL.randomForest)
export(mn_pred)
export(multinomial_SuperLearner)
export(normalize_rows)
export(origami_CV.SuperLearner)
export(origami_SuperLearner)
export(pred_all_Q)
export(predict.SL.knn_stored)
export(sl_to_mv_library)
export(sl_to_strat_library)
export(split_fold)
export(split_from_args)
export(split_to_full)
export(split_to_nested)
export(training)
export(validation)
export(vals_from_factor)
export(wrapper_to_mv_wrapper)
export(wrapper_to_strat_wrapper)
import(SuperLearner)
import(foreach)
import(methods)