Skip to content

Commit c27261d

Browse files
committed
clean up
1 parent 8dc0fa8 commit c27261d

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

NAMESPACE

+34-34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Generated by roxygen2 (4.0.2): do not edit by hand
22

3+
S3method(as.data.frame,BenchmarkResult)
4+
S3method(as.data.frame,Prediction)
35
S3method(asROCRPrediction,Prediction)
46
S3method(asROCRPrediction,ResamplePrediction)
57
S3method(capLargeValues,Task)
@@ -227,6 +229,38 @@ S3method(predictLearner,surv.glmnet)
227229
S3method(predictLearner,surv.optimCoxBoostPenalty)
228230
S3method(predictLearner,surv.penalized)
229231
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)
230264
S3method(reimpute,data.frame)
231265
S3method(reimpute,list)
232266
S3method(removeHyperPars,BaseEnsemble)
@@ -351,8 +385,6 @@ export(G2)
351385
export(acc)
352386
export(addProperties)
353387
export(analyzeFeatSelResult)
354-
export(as.data.frame.BenchmarkResult)
355-
export(as.data.frame.Prediction)
356388
export(asROCRPrediction)
357389
export(auc)
358390
export(b632)
@@ -505,38 +537,6 @@ export(plotThreshVsPerf)
505537
export(plotTuneMultiCritResult)
506538
export(ppv)
507539
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)
540540
export(reimpute)
541541
export(removeConstantFeatures)
542542
export(removeHyperPars)

0 commit comments

Comments
 (0)