View source: R/BenchmarkResult_operators.R
| getBMRModels | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.