View source: R/convertBMRToRankMatrix.R
convertBMRToRankMatrix | R Documentation |
Computes a matrix of all the ranks of different algorithms over different datasets (tasks). Ranks are computed from aggregated measures. Smaller ranks imply better methods, so for measures that are minimized, small ranks imply small scores. for measures that are maximized, small ranks imply large scores.
convertBMRToRankMatrix(
bmr,
measure = NULL,
ties.method = "average",
aggregation = "default"
)
bmr |
(BenchmarkResult) |
measure |
(Measure) |
ties.method |
( |
aggregation |
( |
(matrix) with measure ranks as entries.
The matrix has one row for each learner
, and one column for each task
.
Other benchmark:
BenchmarkResult
,
batchmark()
,
benchmark()
,
friedmanPostHocTestBMR()
,
friedmanTestBMR()
,
generateCritDifferencesData()
,
getBMRAggrPerformances()
,
getBMRFeatSelResults()
,
getBMRFilteredFeatures()
,
getBMRLearnerIds()
,
getBMRLearnerShortNames()
,
getBMRLearners()
,
getBMRMeasureIds()
,
getBMRMeasures()
,
getBMRModels()
,
getBMRPerformances()
,
getBMRPredictions()
,
getBMRTaskDescs()
,
getBMRTaskIds()
,
getBMRTuneResults()
,
plotBMRBoxplots()
,
plotBMRRanksAsBarChart()
,
plotBMRSummary()
,
plotCritDifferences()
,
reduceBatchmarkResults()
# see benchmark
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.