-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
43 lines (42 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
S3method(collect_metrics,tune_race)
S3method(collect_predictions,tune_race)
S3method(print,control_race)
S3method(print,control_sim_anneal)
S3method(show_best,tune_race)
S3method(tune_race_anova,default)
S3method(tune_race_anova,formula)
S3method(tune_race_anova,model_spec)
S3method(tune_race_anova,recipe)
S3method(tune_race_anova,workflow)
S3method(tune_race_win_loss,default)
S3method(tune_race_win_loss,formula)
S3method(tune_race_win_loss,model_spec)
S3method(tune_race_win_loss,recipe)
S3method(tune_race_win_loss,workflow)
S3method(tune_sim_anneal,default)
S3method(tune_sim_anneal,formula)
S3method(tune_sim_anneal,model_spec)
S3method(tune_sim_anneal,recipe)
S3method(tune_sim_anneal,workflow)
export(control_race)
export(control_sim_anneal)
export(plot_race)
export(tune_race_anova)
export(tune_race_win_loss)
export(tune_sim_anneal)
import(tune)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(rlang,caller_env)
importFrom(rlang,syms)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,qt)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,globalVariables)