getBMRModels {mlr} | R Documentation |
Extract all models from benchmark result.
Description
A list of lists containing all WrappedModels trained in the benchmark experiment.
If models
is FALSE
in the call to benchmark, the function will return NULL
.
Usage
getBMRModels(bmr, task.ids = NULL, learner.ids = NULL, drop = FALSE)
Arguments
bmr |
(BenchmarkResult) |
task.ids |
( |
learner.ids |
( |
drop |
( |
Value
(list).
See Also
Other benchmark:
BenchmarkResult
,
batchmark()
,
benchmark()
,
convertBMRToRankMatrix()
,
friedmanPostHocTestBMR()
,
friedmanTestBMR()
,
generateCritDifferencesData()
,
getBMRAggrPerformances()
,
getBMRFeatSelResults()
,
getBMRFilteredFeatures()
,
getBMRLearnerIds()
,
getBMRLearnerShortNames()
,
getBMRLearners()
,
getBMRMeasureIds()
,
getBMRMeasures()
,
getBMRPerformances()
,
getBMRPredictions()
,
getBMRTaskDescs()
,
getBMRTaskIds()
,
getBMRTuneResults()
,
plotBMRBoxplots()
,
plotBMRRanksAsBarChart()
,
plotBMRSummary()
,
plotCritDifferences()
,
reduceBatchmarkResults()