forked from mlr-org/mlr3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
181 lines (180 loc) · 4.78 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,BenchmarkResult)
S3method(as.data.table,DictionaryLearner)
S3method(as.data.table,DictionaryMeasure)
S3method(as.data.table,DictionaryResampling)
S3method(as.data.table,DictionaryTask)
S3method(as.data.table,DictionaryTaskGenerator)
S3method(as.data.table,PredictionClassif)
S3method(as.data.table,PredictionRegr)
S3method(as.data.table,ResampleResult)
S3method(as.data.table,Task)
S3method(as_benchmark_result,BenchmarkResult)
S3method(as_benchmark_result,ResampleResult)
S3method(as_data_backend,DataBackend)
S3method(as_data_backend,Matrix)
S3method(as_data_backend,data.frame)
S3method(as_learner,Learner)
S3method(as_learners,Learner)
S3method(as_learners,list)
S3method(as_measure,"NULL")
S3method(as_measure,Measure)
S3method(as_measures,"NULL")
S3method(as_measures,Measure)
S3method(as_measures,list)
S3method(as_prediction,Prediction)
S3method(as_prediction,PredictionDataClassif)
S3method(as_prediction,PredictionDataRegr)
S3method(as_prediction_data,Prediction)
S3method(as_prediction_data,PredictionData)
S3method(as_prediction_data,list)
S3method(as_resampling,Resampling)
S3method(as_resamplings,Resampling)
S3method(as_resamplings,list)
S3method(as_task,Task)
S3method(as_task_classif,TaskRegr)
S3method(as_task_classif,data.frame)
S3method(as_task_regr,TaskClassif)
S3method(as_task_regr,data.frame)
S3method(as_tasks,Task)
S3method(as_tasks,list)
S3method(c,BenchmarkResult)
S3method(c,Prediction)
S3method(c,PredictionDataClassif)
S3method(c,PredictionDataRegr)
S3method(c,ResampleResult)
S3method(check_prediction_data,PredictionDataClassif)
S3method(check_prediction_data,PredictionDataRegr)
S3method(col_info,DataBackend)
S3method(col_info,data.table)
S3method(fix_factor_levels,data.table)
S3method(friedman.test,BenchmarkResult)
S3method(is_missing_prediction_data,PredictionDataClassif)
S3method(is_missing_prediction_data,PredictionDataRegr)
S3method(predict,Learner)
S3method(print,PredictionData)
S3method(rd_info,Learner)
S3method(rd_info,Task)
export(BenchmarkResult)
export(DataBackend)
export(DataBackendDataTable)
export(DataBackendMatrix)
export(Learner)
export(LearnerClassif)
export(LearnerClassifDebug)
export(LearnerClassifFeatureless)
export(LearnerClassifRpart)
export(LearnerRegr)
export(LearnerRegrFeatureless)
export(LearnerRegrRpart)
export(Measure)
export(MeasureClassif)
export(MeasureClassifCosts)
export(MeasureDebug)
export(MeasureElapsedTime)
export(MeasureOOBError)
export(MeasureRegr)
export(MeasureSelectedFeatures)
export(Prediction)
export(PredictionClassif)
export(PredictionRegr)
export(ResampleResult)
export(Resampling)
export(ResamplingBootstrap)
export(ResamplingCV)
export(ResamplingCustom)
export(ResamplingHoldout)
export(ResamplingInsample)
export(ResamplingLOO)
export(ResamplingRepeatedCV)
export(ResamplingSubsampling)
export(ResultData)
export(Task)
export(TaskClassif)
export(TaskGenerator)
export(TaskGenerator2DNormals)
export(TaskGeneratorCassini)
export(TaskGeneratorCircle)
export(TaskGeneratorFriedman1)
export(TaskGeneratorMoons)
export(TaskGeneratorSimplex)
export(TaskGeneratorSmiley)
export(TaskGeneratorSpirals)
export(TaskGeneratorXor)
export(TaskRegr)
export(TaskSupervised)
export(TaskUnsupervised)
export(as.data.table)
export(as_benchmark_result)
export(as_data_backend)
export(as_learner)
export(as_learners)
export(as_measure)
export(as_measures)
export(as_prediction)
export(as_prediction_data)
export(as_resample_result)
export(as_resampling)
export(as_resamplings)
export(as_result_data)
export(as_task)
export(as_task_classif)
export(as_task_regr)
export(as_tasks)
export(assert_backend)
export(assert_benchmark_result)
export(assert_learnable)
export(assert_learner)
export(assert_learners)
export(assert_measure)
export(assert_measures)
export(assert_prediction)
export(assert_resample_result)
export(assert_resampling)
export(assert_resamplings)
export(assert_row_ids)
export(assert_task)
export(assert_tasks)
export(auto_convert)
export(benchmark)
export(benchmark_grid)
export(check_prediction_data)
export(convert_task)
export(default_measures)
export(is_missing_prediction_data)
export(lrn)
export(lrns)
export(mlr_learners)
export(mlr_measures)
export(mlr_reflections)
export(mlr_resamplings)
export(mlr_task_generators)
export(mlr_tasks)
export(msr)
export(msrs)
export(resample)
export(rsmp)
export(rsmps)
export(tgen)
export(tgens)
export(tsk)
export(tsks)
import(checkmate)
import(data.table)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(graphics,plot)
importFrom(stats,contr.treatment)
importFrom(stats,friedman.test)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,bibentry)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(uuid,UUIDgenerate)