|
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) |
3 | 5 | S3method(asROCRPrediction,Prediction) |
4 | 6 | S3method(asROCRPrediction,ResamplePrediction) |
5 | 7 | S3method(capLargeValues,Task) |
@@ -227,6 +229,38 @@ S3method(predictLearner,surv.glmnet) |
227 | 229 | S3method(predictLearner,surv.optimCoxBoostPenalty) |
228 | 230 | S3method(predictLearner,surv.penalized) |
229 | 231 | 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) |
230 | 264 | S3method(reimpute,data.frame) |
231 | 265 | S3method(reimpute,list) |
232 | 266 | S3method(removeHyperPars,BaseEnsemble) |
@@ -351,8 +385,6 @@ export(G2) |
351 | 385 | export(acc) |
352 | 386 | export(addProperties) |
353 | 387 | export(analyzeFeatSelResult) |
354 | | -export(as.data.frame.BenchmarkResult) |
355 | | -export(as.data.frame.Prediction) |
356 | 388 | export(asROCRPrediction) |
357 | 389 | export(auc) |
358 | 390 | export(b632) |
@@ -505,38 +537,6 @@ export(plotThreshVsPerf) |
505 | 537 | export(plotTuneMultiCritResult) |
506 | 538 | export(ppv) |
507 | 539 | 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