-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(predict,bestMpTuneModel.formula)
S3method(predict,coxph)
S3method(print,summarizedMpTune)
S3method(resample,mpTune.formula)
S3method(summary,mpTune)
export(SCI)
export(addInteraction)
export(availableMetric)
export(checkConsistency)
export(createBootstrap)
export(createCVFolds)
export(createModel)
export(defaultSummary)
export(fit)
export(fit.mpTune)
export(fit.mpTune.formula)
export(foreachBatchLoop)
export(foreachLoop)
export(getDefaultModel)
export(getModelInfo)
export(modifyFunction)
export(more)
export(more.mpTune)
export(mpTune)
export(mpTune.default)
export(mpTune.formula)
export(mpTuneControl)
export(multiClassSummary)
export(parLapplyBatchLoop)
export(parLapplyLBLoop)
export(parLapplyLoop)
export(predict.bestMpTuneModel)
export(print.bestMpTuneModel)
export(print.mpTune)
export(print.resampledMpTune)
export(regressionSummary)
export(requireSummary)
export(resample)
export(resample.mpTune)
export(sigest.random)
export(survival.quantiles)
export(survivalSummary)
export(twoClassSummary)
import(caret)
import(foreach)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,parLapplyLB)