Skip to content

Commit 8dc0fa8

Browse files
committed
clean up
1 parent e354e76 commit 8dc0fa8

File tree

3 files changed

+104
-141
lines changed

3 files changed

+104
-141
lines changed

NAMESPACE

+34-34
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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)
53
S3method(asROCRPrediction,Prediction)
64
S3method(asROCRPrediction,ResamplePrediction)
75
S3method(capLargeValues,Task)
@@ -229,38 +227,6 @@ S3method(predictLearner,surv.glmnet)
229227
S3method(predictLearner,surv.optimCoxBoostPenalty)
230228
S3method(predictLearner,surv.penalized)
231229
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)
264230
S3method(reimpute,data.frame)
265231
S3method(reimpute,list)
266232
S3method(removeHyperPars,BaseEnsemble)
@@ -385,6 +351,8 @@ export(G2)
385351
export(acc)
386352
export(addProperties)
387353
export(analyzeFeatSelResult)
354+
export(as.data.frame.BenchmarkResult)
355+
export(as.data.frame.Prediction)
388356
export(asROCRPrediction)
389357
export(auc)
390358
export(b632)
@@ -537,6 +505,38 @@ export(plotThreshVsPerf)
537505
export(plotTuneMultiCritResult)
538506
export(ppv)
539507
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)