-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
248 lines (247 loc) · 6.39 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
236
237
238
239
240
241
242
243
244
245
246
247
248
# Generated by roxygen2: do not edit by hand
S3method("!",CPO)
S3method("!",CPOConstructor)
S3method("!",CPOTrained)
S3method("%>>%",CPO)
S3method("%>>%",CPOConstructor)
S3method("%>>%",CPOTrained)
S3method("%>>%",NULLCPO)
S3method("%>>%",Task)
S3method("%>>%",data.frame)
S3method("%>>%",default)
S3method("inverter<-",WrappedModel)
S3method("inverter<-",default)
S3method("retrafo<-",WrappedModel)
S3method("retrafo<-",default)
S3method(applyCPO,CPO)
S3method(applyCPO,CPORetrafo)
S3method(applyCPO,NULLCPO)
S3method(as.list,CPOPipeline)
S3method(as.list,CPOPrimitive)
S3method(as.list,CPOTrained)
S3method(as.list,NULLCPO)
S3method(attachCPO,CPO)
S3method(attachCPO,NULLCPO)
S3method(composeCPO,CPO)
S3method(composeCPO,CPOTrained)
S3method(composeCPO,NULLCPO)
S3method(getCPOAffect,CPO)
S3method(getCPOAffect,CPOPrimitive)
S3method(getCPOAffect,NULLCPO)
S3method(getCPOClass,CPO)
S3method(getCPOClass,CPOConstructor)
S3method(getCPOClass,CPOInverter)
S3method(getCPOClass,CPORetrafo)
S3method(getCPOClass,NULLCPO)
S3method(getCPOConstructor,CPO)
S3method(getCPOConstructor,CPOPrimitive)
S3method(getCPOConstructor,CPOTrained)
S3method(getCPOConstructor,CPOTrainedPrimitive)
S3method(getCPOConstructor,NULLCPO)
S3method(getCPOId,CPO)
S3method(getCPOId,CPOPrimitive)
S3method(getCPOId,NULLCPO)
S3method(getCPOName,CPO)
S3method(getCPOName,CPOConstructor)
S3method(getCPOName,CPOTrained)
S3method(getCPOName,NULLCPO)
S3method(getCPOOperatingType,CPO)
S3method(getCPOOperatingType,CPOTrained)
S3method(getCPOOperatingType,NULLCPO)
S3method(getCPOPredictType,CPO)
S3method(getCPOPredictType,CPOTrained)
S3method(getCPOProperties,CPO)
S3method(getCPOProperties,CPOTrained)
S3method(getCPOProperties,NULLCPO)
S3method(getCPOTrainedCPO,CPOTrained)
S3method(getCPOTrainedCPO,CPOTrainedPrimitive)
S3method(getCPOTrainedCPO,NULLCPO)
S3method(getCPOTrainedCapability,CPOTrained)
S3method(getCPOTrainedCapability,NULLCPO)
S3method(getCPOTrainedState,CPOTrained)
S3method(getCPOTrainedState,CPOTrainedPrimitive)
S3method(getCPOTrainedState,NULLCPO)
S3method(getHyperPars,CPO)
S3method(getHyperPars,CPOTrained)
S3method(getHyperPars,CPOTrainedPrimitive)
S3method(getHyperPars,NULLCPO)
S3method(getLearnerProperties,CPOLearner)
S3method(getParamSet,CPO)
S3method(getParamSet,CPOTrained)
S3method(getParamSet,CPOTrainedPrimitive)
S3method(getParamSet,NULLCPO)
S3method(identicalCPO,CPO)
S3method(identicalCPO,CPOPrimitive)
S3method(identicalCPO,FauxCPOConstructed)
S3method(invert,CPO)
S3method(invert,CPOConstructor)
S3method(invert,CPOTrained)
S3method(invert,NULLCPO)
S3method(inverter,WrappedModel)
S3method(inverter,default)
S3method(makeWrappedModel,CPOLearner)
S3method(predict,CPORetrafo)
S3method(predict,CPOTrained)
S3method(predict,NULLCPO)
S3method(predictLearner,CPOLearner)
S3method(print,CPO)
S3method(print,CPOCbind)
S3method(print,CPOConstructor)
S3method(print,CPOGraphItem)
S3method(print,CPOTrained)
S3method(print,InputShapeInfo)
S3method(print,InverterElement)
S3method(print,ListCPO)
S3method(print,NULLCPO)
S3method(print,OutputShapeInfo)
S3method(print,RetrafoElement)
S3method(print,ShapeInfo)
S3method(print,cpoinvisible)
S3method(retrafo,CPOModel)
S3method(retrafo,WrappedModel)
S3method(retrafo,default)
S3method(setCPOId,CPO)
S3method(setCPOId,CPOCbind)
S3method(setCPOId,CPOPrimitive)
S3method(setCPOId,NULLCPO)
S3method(setCPOId,default)
S3method(setHyperPars2,CPO)
S3method(setHyperPars2,CPOTrained)
S3method(setPredictType,CPOLearner)
S3method(trainLearner,CPOLearner)
export("%<<%")
export("%<<<%")
export("%<>>%")
export("%>>%")
export("%>|%")
export("%|<%")
export("internal%<<%")
export("internal%<<<%")
export("internal%<>>%")
export("internal%>>%")
export("internal%>|%")
export("internal%|<%")
export("inverter<-")
export("retrafo<-")
export(NULLCPO)
export(applyCPO)
export(attachCPO)
export(clearRI)
export(composeCPO)
export(covrTraceCPOs)
export(cpoAddCols)
export(cpoApplyFun)
export(cpoApplyFunRegrTarget)
export(cpoAsNumeric)
export(cpoCache)
export(cpoCase)
export(cpoCbind)
export(cpoCollapseFact)
export(cpoDropConstants)
export(cpoDropMostlyConstants)
export(cpoDummyEncode)
export(cpoFilterAnova)
export(cpoFilterCarscore)
export(cpoFilterChiSquared)
export(cpoFilterFeatures)
export(cpoFilterGainRatio)
export(cpoFilterInformationGain)
export(cpoFilterKruskal)
export(cpoFilterLinearCorrelation)
export(cpoFilterMrmr)
export(cpoFilterOneR)
export(cpoFilterPermutationImportance)
export(cpoFilterRankCorrelation)
export(cpoFilterRelief)
export(cpoFilterRfCImportance)
export(cpoFilterRfImportance)
export(cpoFilterRfSRCImportance)
export(cpoFilterRfSRCMinDepth)
export(cpoFilterSymmetricalUncertainty)
export(cpoFilterUnivariate)
export(cpoFilterVariance)
export(cpoFixFactors)
export(cpoIca)
export(cpoImpactEncodeClassif)
export(cpoImpactEncodeRegr)
export(cpoImpute)
export(cpoImputeAll)
export(cpoImputeConstant)
export(cpoImputeHist)
export(cpoImputeLearner)
export(cpoImputeMax)
export(cpoImputeMean)
export(cpoImputeMedian)
export(cpoImputeMin)
export(cpoImputeMode)
export(cpoImputeNormal)
export(cpoImputeUniform)
export(cpoLogTrafoRegr)
export(cpoMakeCols)
export(cpoMissingIndicators)
export(cpoModelMatrix)
export(cpoMultiplex)
export(cpoOversample)
export(cpoPca)
export(cpoProbEncode)
export(cpoQuantileBinNumerics)
export(cpoRegrResiduals)
export(cpoResponseFromSE)
export(cpoSample)
export(cpoScale)
export(cpoScaleMaxAbs)
export(cpoScaleRange)
export(cpoSelect)
export(cpoSelectFreeProperties)
export(cpoSmote)
export(cpoSpatialSign)
export(cpoTransformParams)
export(cpoUndersample)
export(cpoWrap)
export(cpoWrapRetrafoless)
export(discrete)
export(funct)
export(getCPOAffect)
export(getCPOClass)
export(getCPOConstructor)
export(getCPOId)
export(getCPOName)
export(getCPOOperatingType)
export(getCPOPredictType)
export(getCPOProperties)
export(getCPOTrainedCPO)
export(getCPOTrainedCapability)
export(getCPOTrainedState)
export(getLearnerBare)
export(getLearnerCPO)
export(identicalCPO)
export(invert)
export(inverter)
export(is.inverter)
export(is.nullcpo)
export(is.retrafo)
export(listCPO)
export(makeCPO)
export(makeCPOCase)
export(makeCPOExtendedTargetOp)
export(makeCPOExtendedTrafo)
export(makeCPOMultiplex)
export(makeCPORetrafoless)
export(makeCPOTargetOp)
export(makeCPOTrainedFromState)
export(nullToNullcpo)
export(nullcpoToNull)
export(pSS)
export(pSSLrn)
export(pipeCPO)
export(retrafo)
export(setCPOId)
export(untyped)
import(BBmisc)
import(ParamHelpers)
import(checkmate)
import(methods)
import(mlr)
import(stringi)
importFrom(stats,predict)
importFrom(stats,setNames)