-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
235 lines (234 loc) · 6.12 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
# Generated by roxygen2: do not edit by hand
S3method("!",CnfAtom)
S3method("!",CnfClause)
S3method("!",CnfFormula)
S3method("$",CnfUniverse)
S3method("%among%",CnfSymbol)
S3method("%among%",default)
S3method("&",CnfAtom)
S3method("&",CnfClause)
S3method("&",CnfFormula)
S3method("[",CnfClause)
S3method("|",CnfAtom)
S3method("|",CnfClause)
S3method("|",CnfFormula)
S3method(all,equal.CnfAtom)
S3method(all,equal.CnfClause)
S3method(all,equal.CnfFormula)
S3method(as.CnfAtom,CnfAtom)
S3method(as.CnfAtom,default)
S3method(as.CnfAtom,logical)
S3method(as.CnfClause,CnfAtom)
S3method(as.CnfClause,CnfClause)
S3method(as.CnfClause,default)
S3method(as.CnfClause,logical)
S3method(as.CnfFormula,CnfAtom)
S3method(as.CnfFormula,CnfClause)
S3method(as.CnfFormula,CnfFormula)
S3method(as.CnfFormula,default)
S3method(as.CnfFormula,logical)
S3method(as.data.table,DictionaryGraph)
S3method(as.data.table,DictionaryPipeOp)
S3method(as.list,CnfClause)
S3method(as.list,CnfFormula)
S3method(as.logical,CnfAtom)
S3method(as.logical,CnfClause)
S3method(as.logical,CnfFormula)
S3method(as_graph,Graph)
S3method(as_graph,default)
S3method(as_graph,list)
S3method(as_learner,Graph)
S3method(as_learner,PipeOp)
S3method(as_pipeop,Filter)
S3method(as_pipeop,Learner)
S3method(as_pipeop,PipeOp)
S3method(as_pipeop,default)
S3method(format,CnfAtom)
S3method(format,CnfClause)
S3method(format,CnfFormula)
S3method(format,CnfSymbol)
S3method(format,CnfUniverse)
S3method(marshal_model,Multiplicity)
S3method(marshal_model,graph_learner_model)
S3method(marshal_model,pipeop_impute_learner_state)
S3method(marshal_model,pipeop_learner_cv_state)
S3method(marshal_model,pipeop_learner_pi_cvplus_state)
S3method(marshal_model,pipeop_learner_quantiles_state)
S3method(po,"NULL")
S3method(po,Filter)
S3method(po,Learner)
S3method(po,PipeOp)
S3method(po,Selector)
S3method(po,character)
S3method(pos,"NULL")
S3method(pos,character)
S3method(pos,list)
S3method(predict,Graph)
S3method(print,CnfAtom)
S3method(print,CnfClause)
S3method(print,CnfFormula)
S3method(print,CnfSymbol)
S3method(print,CnfUniverse)
S3method(print,Multiplicity)
S3method(print,Selector)
S3method(set_validate,GraphLearner)
S3method(set_validate,PipeOpLearner)
S3method(unmarshal_model,Multiplicity_marshaled)
S3method(unmarshal_model,graph_learner_model_marshaled)
S3method(unmarshal_model,pipeop_impute_learner_state_marshaled)
S3method(unmarshal_model,pipeop_learner_cv_state_marshaled)
S3method(unmarshal_model,pipeop_learner_pi_cvplus_state_marshaled)
S3method(unmarshal_model,pipeop_learner_quantiles_state_marshaled)
export("%>>!%")
export("%>>%")
export("%among%")
export(CnfAtom)
export(CnfClause)
export(CnfFormula)
export(CnfSymbol)
export(CnfUniverse)
export(Graph)
export(GraphLearner)
export(LearnerClassifAvg)
export(LearnerRegrAvg)
export(Multiplicity)
export(NO_OP)
export(PipeOp)
export(PipeOpADAS)
export(PipeOpBLSmote)
export(PipeOpBoxCox)
export(PipeOpBranch)
export(PipeOpChunk)
export(PipeOpClassBalancing)
export(PipeOpClassWeights)
export(PipeOpClassifAvg)
export(PipeOpColApply)
export(PipeOpColRoles)
export(PipeOpCollapseFactors)
export(PipeOpCopy)
export(PipeOpDateFeatures)
export(PipeOpEncode)
export(PipeOpEncodeImpact)
export(PipeOpEncodeLmer)
export(PipeOpEnsemble)
export(PipeOpFeatureUnion)
export(PipeOpFilter)
export(PipeOpFixFactors)
export(PipeOpHistBin)
export(PipeOpICA)
export(PipeOpImpute)
export(PipeOpImputeConstant)
export(PipeOpImputeHist)
export(PipeOpImputeLearner)
export(PipeOpImputeMean)
export(PipeOpImputeMedian)
export(PipeOpImputeMode)
export(PipeOpImputeOOR)
export(PipeOpImputeSample)
export(PipeOpKernelPCA)
export(PipeOpLearner)
export(PipeOpLearnerCV)
export(PipeOpLearnerPICVPlus)
export(PipeOpLearnerQuantiles)
export(PipeOpMissInd)
export(PipeOpModelMatrix)
export(PipeOpMultiplicityExply)
export(PipeOpMultiplicityImply)
export(PipeOpMutate)
export(PipeOpNMF)
export(PipeOpNOP)
export(PipeOpNearmiss)
export(PipeOpOVRSplit)
export(PipeOpOVRUnite)
export(PipeOpPCA)
export(PipeOpProxy)
export(PipeOpQuantileBin)
export(PipeOpRandomProjection)
export(PipeOpRandomResponse)
export(PipeOpRegrAvg)
export(PipeOpRemoveConstants)
export(PipeOpRenameColumns)
export(PipeOpReplicate)
export(PipeOpRowApply)
export(PipeOpScale)
export(PipeOpScaleMaxAbs)
export(PipeOpScaleRange)
export(PipeOpSelect)
export(PipeOpSmote)
export(PipeOpSmoteNC)
export(PipeOpSpatialSign)
export(PipeOpSubsample)
export(PipeOpTargetInvert)
export(PipeOpTargetMutate)
export(PipeOpTargetTrafo)
export(PipeOpTargetTrafoScaleRange)
export(PipeOpTaskPreproc)
export(PipeOpTaskPreprocSimple)
export(PipeOpTextVectorizer)
export(PipeOpThreshold)
export(PipeOpTomek)
export(PipeOpTuneThreshold)
export(PipeOpUnbranch)
export(PipeOpVtreat)
export(PipeOpYeoJohnson)
export(add_class_hierarchy_cache)
export(as.CnfAtom)
export(as.CnfClause)
export(as.CnfFormula)
export(as.Multiplicity)
export(as.data.table)
export(as_graph)
export(as_pipeop)
export(assert_graph)
export(assert_pipeop)
export(chain_graphs)
export(concat_graphs)
export(filter_noop)
export(greplicate)
export(gunion)
export(is.Multiplicity)
export(is_noop)
export(mlr_graphs)
export(mlr_pipeops)
export(pipeline_bagging)
export(pipeline_branch)
export(pipeline_convert_types)
export(pipeline_greplicate)
export(pipeline_ovr)
export(pipeline_robustify)
export(pipeline_stacking)
export(pipeline_targettrafo)
export(po)
export(pos)
export(ppl)
export(ppls)
export(register_autoconvert_function)
export(reset_autoconvert_register)
export(reset_class_hierarchy_cache)
export(selector_all)
export(selector_cardinality_greater_than)
export(selector_grep)
export(selector_intersect)
export(selector_invert)
export(selector_missing)
export(selector_name)
export(selector_none)
export(selector_setdiff)
export(selector_type)
export(selector_union)
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod,CnfAtom)
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod,CnfClause)
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod,CnfFormula)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(data.table,as.data.table)
importFrom(digest,digest)
importFrom(stats,setNames)
importFrom(utils,bibentry)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(withr,with_options)