|
1 | 1 | # Generated by roxygen2 (4.0.2): do not edit by hand
|
2 | 2 |
|
3 |
| -S3method(as.data.frame,BenchmarkResult) |
4 |
| -S3method(as.data.frame,Prediction) |
5 | 3 | S3method(asROCRPrediction,Prediction)
|
6 | 4 | S3method(asROCRPrediction,ResamplePrediction)
|
7 | 5 | S3method(capLargeValues,Task)
|
@@ -229,38 +227,6 @@ S3method(predictLearner,surv.glmnet)
|
229 | 227 | S3method(predictLearner,surv.optimCoxBoostPenalty)
|
230 | 228 | S3method(predictLearner,surv.penalized)
|
231 | 229 | S3method(predictLearner,surv.randomForestSRC)
|
232 |
| -S3method(print,Aggregation) |
233 |
| -S3method(print,BaggingModel) |
234 |
| -S3method(print,BaseWrapper) |
235 |
| -S3method(print,BaseWrapperModel) |
236 |
| -S3method(print,BenchmarkResult) |
237 |
| -S3method(print,ClassifTask) |
238 |
| -S3method(print,ClusterTask) |
239 |
| -S3method(print,CostSensTask) |
240 |
| -S3method(print,FailureModel) |
241 |
| -S3method(print,FeatSelControl) |
242 |
| -S3method(print,FeatSelResult) |
243 |
| -S3method(print,Filter) |
244 |
| -S3method(print,FilterValues) |
245 |
| -S3method(print,HoldoutDesc) |
246 |
| -S3method(print,ImputationDesc) |
247 |
| -S3method(print,Learner) |
248 |
| -S3method(print,Measure) |
249 |
| -S3method(print,OptModel) |
250 |
| -S3method(print,Prediction) |
251 |
| -S3method(print,RepCVDesc) |
252 |
| -S3method(print,ResampleDesc) |
253 |
| -S3method(print,ResampleInstance) |
254 |
| -S3method(print,ResamplePrediction) |
255 |
| -S3method(print,SubsampleDesc) |
256 |
| -S3method(print,SupervisedTask) |
257 |
| -S3method(print,Task) |
258 |
| -S3method(print,TuneControl) |
259 |
| -S3method(print,TuneMultiCritControl) |
260 |
| -S3method(print,TuneMultiCritResult) |
261 |
| -S3method(print,TuneResult) |
262 |
| -S3method(print,UnsupervisedTask) |
263 |
| -S3method(print,WrappedModel) |
264 | 230 | S3method(reimpute,data.frame)
|
265 | 231 | S3method(reimpute,list)
|
266 | 232 | S3method(removeHyperPars,BaseEnsemble)
|
@@ -385,6 +351,8 @@ export(G2)
|
385 | 351 | export(acc)
|
386 | 352 | export(addProperties)
|
387 | 353 | export(analyzeFeatSelResult)
|
| 354 | +export(as.data.frame.BenchmarkResult) |
| 355 | +export(as.data.frame.Prediction) |
388 | 356 | export(asROCRPrediction)
|
389 | 357 | export(auc)
|
390 | 358 | export(b632)
|
@@ -537,6 +505,38 @@ export(plotThreshVsPerf)
|
537 | 505 | export(plotTuneMultiCritResult)
|
538 | 506 | export(ppv)
|
539 | 507 | export(predictLearner)
|
| 508 | +export(print.Aggregation) |
| 509 | +export(print.BaggingModel) |
| 510 | +export(print.BaseWrapper) |
| 511 | +export(print.BaseWrapperModel) |
| 512 | +export(print.BenchmarkResult) |
| 513 | +export(print.ClassifTask) |
| 514 | +export(print.ClusterTask) |
| 515 | +export(print.CostSensTask) |
| 516 | +export(print.FailureModel) |
| 517 | +export(print.FeatSelControl) |
| 518 | +export(print.FeatSelResult) |
| 519 | +export(print.Filter) |
| 520 | +export(print.FilterValues) |
| 521 | +export(print.HoldoutDesc) |
| 522 | +export(print.ImputationDesc) |
| 523 | +export(print.Learner) |
| 524 | +export(print.Measure) |
| 525 | +export(print.OptModel) |
| 526 | +export(print.Prediction) |
| 527 | +export(print.RepCVDesc) |
| 528 | +export(print.ResampleDesc) |
| 529 | +export(print.ResampleInstance) |
| 530 | +export(print.ResamplePrediction) |
| 531 | +export(print.SubsampleDesc) |
| 532 | +export(print.SupervisedTask) |
| 533 | +export(print.Task) |
| 534 | +export(print.TuneControl) |
| 535 | +export(print.TuneMultiCritControl) |
| 536 | +export(print.TuneMultiCritResult) |
| 537 | +export(print.TuneResult) |
| 538 | +export(print.UnsupervisedTask) |
| 539 | +export(print.WrappedModel) |
540 | 540 | export(reimpute)
|
541 | 541 | export(removeConstantFeatures)
|
542 | 542 | export(removeHyperPars)
|
|
0 commit comments