forked from tidymodels/butcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
118 lines (117 loc) · 3.04 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
S3method(axe_call,C5.0)
S3method(axe_call,classbagg)
S3method(axe_call,default)
S3method(axe_call,earth)
S3method(axe_call,elnet)
S3method(axe_call,flexsurvreg)
S3method(axe_call,gam)
S3method(axe_call,gausspr)
S3method(axe_call,glm)
S3method(axe_call,glmnet)
S3method(axe_call,kknn)
S3method(axe_call,ksvm)
S3method(axe_call,lm)
S3method(axe_call,mda)
S3method(axe_call,ml_model)
S3method(axe_call,model_fit)
S3method(axe_call,multnet)
S3method(axe_call,nnet)
S3method(axe_call,randomForest)
S3method(axe_call,ranger)
S3method(axe_call,rpart)
S3method(axe_call,sclass)
S3method(axe_call,survreg)
S3method(axe_call,survreg.penal)
S3method(axe_call,train)
S3method(axe_call,train.recipe)
S3method(axe_call,xgb.Booster)
S3method(axe_ctrl,C5.0)
S3method(axe_ctrl,default)
S3method(axe_ctrl,gam)
S3method(axe_ctrl,ml_model)
S3method(axe_ctrl,model_fit)
S3method(axe_ctrl,randomForest)
S3method(axe_ctrl,rpart)
S3method(axe_ctrl,train)
S3method(axe_ctrl,train.recipe)
S3method(axe_data,classbagg)
S3method(axe_data,default)
S3method(axe_data,earth)
S3method(axe_data,gam)
S3method(axe_data,gausspr)
S3method(axe_data,glm)
S3method(axe_data,ksvm)
S3method(axe_data,ml_model)
S3method(axe_data,model_fit)
S3method(axe_data,rpart)
S3method(axe_data,survreg)
S3method(axe_data,survreg.penal)
S3method(axe_data,train)
S3method(axe_data,train.recipe)
S3method(axe_env,"function")
S3method(axe_env,classbagg)
S3method(axe_env,default)
S3method(axe_env,flexsurvreg)
S3method(axe_env,formula)
S3method(axe_env,gam)
S3method(axe_env,gausspr)
S3method(axe_env,glm)
S3method(axe_env,kknn)
S3method(axe_env,lm)
S3method(axe_env,mda)
S3method(axe_env,model_fit)
S3method(axe_env,nnet)
S3method(axe_env,quosure)
S3method(axe_env,randomForest)
S3method(axe_env,recipe)
S3method(axe_env,rpart)
S3method(axe_env,sclass)
S3method(axe_env,step)
S3method(axe_env,step_arrange)
S3method(axe_env,step_bagimpute)
S3method(axe_env,step_filter)
S3method(axe_env,step_geodist)
S3method(axe_env,step_impute_bag)
S3method(axe_env,step_impute_knn)
S3method(axe_env,step_interact)
S3method(axe_env,step_knnimpute)
S3method(axe_env,step_mutate)
S3method(axe_env,step_ratio)
S3method(axe_env,step_slice)
S3method(axe_env,survreg)
S3method(axe_env,survreg.penal)
S3method(axe_env,terms)
S3method(axe_env,train)
S3method(axe_env,train.recipe)
S3method(axe_env,xgb.Booster)
S3method(axe_fitted,"_tabnet_fit")
S3method(axe_fitted,C5.0)
S3method(axe_fitted,default)
S3method(axe_fitted,earth)
S3method(axe_fitted,gam)
S3method(axe_fitted,gausspr)
S3method(axe_fitted,glm)
S3method(axe_fitted,kknn)
S3method(axe_fitted,ksvm)
S3method(axe_fitted,lm)
S3method(axe_fitted,mda)
S3method(axe_fitted,ml_model)
S3method(axe_fitted,model_fit)
S3method(axe_fitted,nnet)
S3method(axe_fitted,ranger)
S3method(axe_fitted,recipe)
S3method(axe_fitted,train)
S3method(axe_fitted,train.recipe)
S3method(weigh,default)
S3method(weigh,ksvm)
S3method(weigh,model_fit)
export(axe_call)
export(axe_ctrl)
export(axe_data)
export(axe_env)
export(axe_fitted)
export(butcher)
export(locate)
export(new_model_butcher)
export(weigh)