-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
102 lines (101 loc) · 2.37 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Generated by roxygen2: do not edit by hand
S3method(fp,data.frame)
S3method(neg,data.frame)
S3method(pos,data.frame)
S3method(tp,data.frame)
export("%>%")
export(DGP)
export(Evaluator)
export(Experiment)
export(Method)
export(Visualizer)
export(add_dgp)
export(add_evaluator)
export(add_method)
export(add_na_counts)
export(add_vary_across)
export(add_visualizer)
export(clear_cache)
export(create_dgp)
export(create_doc_template)
export(create_evaluator)
export(create_experiment)
export(create_method)
export(create_rmd)
export(create_sim)
export(create_visualizer)
export(eval_constructor)
export(eval_feature_importance)
export(eval_feature_selection_curve)
export(eval_feature_selection_err)
export(eval_pred_curve)
export(eval_pred_err)
export(eval_reject_prob)
export(eval_summarizer)
export(eval_testing_curve)
export(eval_testing_err)
export(evaluate_experiment)
export(export_visualizers)
export(fit_experiment)
export(fp)
export(fp_vec)
export(generate_data)
export(get_cached_results)
export(get_dgps)
export(get_dot_args)
export(get_evaluators)
export(get_methods)
export(get_plot_data)
export(get_save_dir)
export(get_vary_across)
export(get_visualizers)
export(init_docs)
export(list_col_to_chr)
export(load_all)
export(neg)
export(neg_vec)
export(plot_eval_constructor)
export(plot_feature_importance)
export(plot_feature_selection_curve)
export(plot_feature_selection_err)
export(plot_fit_constructor)
export(plot_pred_curve)
export(plot_pred_err)
export(plot_reject_prob)
export(plot_testing_curve)
export(plot_testing_err)
export(pos)
export(pos_vec)
export(remove_dgp)
export(remove_evaluator)
export(remove_method)
export(remove_vary_across)
export(remove_visualizer)
export(render_docs)
export(run_experiment)
export(run_tests)
export(save_experiment)
export(set_doc_options)
export(set_rmd_options)
export(set_save_dir)
export(summarize_feature_importance)
export(summarize_feature_selection_curve)
export(summarize_feature_selection_err)
export(summarize_pred_curve)
export(summarize_pred_err)
export(summarize_testing_curve)
export(summarize_testing_err)
export(test_sim_dir)
export(tp)
export(tp_vec)
export(update_dgp)
export(update_evaluator)
export(update_method)
export(update_vary_across)
export(update_visualizer)
export(use_feature_selection_template)
export(use_inference_template)
export(use_prediction_template)
export(visualize_experiment)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)