-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
executable file
·35 lines (34 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(makeRLearner,classif.tuneMtryFast)
S3method(makeRLearner,classif.tuneRanger)
S3method(makeRLearner,regr.tuneMtryFast)
S3method(makeRLearner,regr.tuneRanger)
S3method(makeRLearner,surv.tuneMtryFast)
S3method(predictLearner,classif.tuneMtryFast)
S3method(predictLearner,classif.tuneRanger)
S3method(predictLearner,regr.tuneMtryFast)
S3method(predictLearner,regr.tuneRanger)
S3method(predictLearner,surv.tuneMtryFast)
S3method(print,tuneRanger)
S3method(trainLearner,classif.tuneMtryFast)
S3method(trainLearner,classif.tuneRanger)
S3method(trainLearner,regr.tuneMtryFast)
S3method(trainLearner,regr.tuneRanger)
S3method(trainLearner,surv.tuneMtryFast)
export(estimateTimeTuneRanger)
export(restartTuneRanger)
export(tuneMtryFast)
export(tuneRanger)
import(BBmisc)
import(ParamHelpers)
import(lhs)
import(mlr)
import(mlrMBO)
import(parallel)
import(ranger)
import(smoof)
import(stats)
importFrom(DiceKriging,km)
importFrom(DiceKriging,predict.km)
importFrom(graphics,axis)
importFrom(methods,"slot<-")