opt.path
s from each tuning step from the outer resampling.R/getNestedTuneResults.R
getNestedTuneResultsOptPathDf.Rd
After you resampled a tuning wrapper (see makeTuneWrapper)
with resample(..., extract = getTuneResult)
this helper returns a data.frame
with
with all opt.path
s combined by rbind
.
An additional column iter
indicates to what resampling iteration the row belongs.
getNestedTuneResultsOptPathDf(r, trafo = FALSE)
r | (ResampleResult) |
---|---|
trafo | ( |
(data.frame). See above.
Other tune:
TuneControl
,
getNestedTuneResultsX()
,
getResamplingIndices()
,
getTuneResult()
,
makeModelMultiplexerParamSet()
,
makeModelMultiplexer()
,
makeTuneControlCMAES()
,
makeTuneControlDesign()
,
makeTuneControlGenSA()
,
makeTuneControlGrid()
,
makeTuneControlIrace()
,
makeTuneControlMBO()
,
makeTuneControlRandom()
,
makeTuneWrapper()
,
tuneParams()
,
tuneThreshold()
# see example of makeTuneWrapper