R/BenchmarkResult_operators.R
getBMRAggrPerformances.RdEither a list of lists of “aggr” numeric vectors, as returned by resample, or these objects are rbind-ed with extra columns “task.id” and “learner.id”.
getBMRAggrPerformances( bmr, task.ids = NULL, learner.ids = NULL, as.df = FALSE, drop = FALSE )
| bmr | (BenchmarkResult) |
|---|---|
| task.ids | ( |
| learner.ids | ( |
| as.df | ( |
| drop | ( |
(list | data.frame). See above.
Other benchmark:
BenchmarkResult,
batchmark(),
benchmark(),
convertBMRToRankMatrix(),
friedmanPostHocTestBMR(),
friedmanTestBMR(),
generateCritDifferencesData(),
getBMRFeatSelResults(),
getBMRFilteredFeatures(),
getBMRLearnerIds(),
getBMRLearnerShortNames(),
getBMRLearners(),
getBMRMeasureIds(),
getBMRMeasures(),
getBMRModels(),
getBMRPerformances(),
getBMRPredictions(),
getBMRTaskDescs(),
getBMRTaskIds(),
getBMRTuneResults(),
plotBMRBoxplots(),
plotBMRRanksAsBarChart(),
plotBMRSummary(),
plotCritDifferences(),
reduceBatchmarkResults()