| getBMRModels {mlr} | R Documentation |
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.
getBMRModels(bmr, task.ids = NULL, learner.ids = NULL, drop = FALSE)
bmr |
(BenchmarkResult) |
task.ids |
( |
learner.ids |
( |
drop |
( |
(list).
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()