Description Usage Arguments Value See Also Examples
View source: R/plotBMRRanksAsBarChart.R
Plots a bar chart from the ranks of algorithms. Alternatively,
tiles can be plotted for every rank-task combination, see pos
for details. In all plot variants the ranks of the learning algorithms are displayed on
the x-axis. Areas are always colored according to the learner.id
.
1 2 3 | plotBMRRanksAsBarChart(bmr, measure = NULL, ties.method = "average",
aggregation = "default", pos = "stack", order.lrns = NULL,
order.tsks = NULL, pretty.names = TRUE)
|
bmr |
[ |
measure |
[ |
ties.method |
[ |
aggregation |
[ |
pos |
[ |
order.lrns |
[ |
order.tsks |
[ |
pretty.names |
[ |
ggplot2 plot object.
Other plot: plotBMRBoxplots
,
plotBMRSummary
,
plotCalibration
,
plotCritDifferences
,
plotFilterValuesGGVIS
,
plotLearningCurveGGVIS
,
plotLearningCurve
,
plotPartialDependenceGGVIS
,
plotPartialDependence
,
plotROCCurves
, plotResiduals
,
plotThreshVsPerfGGVIS
,
plotThreshVsPerf
Other benchmark: BenchmarkResult
,
batchmark
, benchmark
,
convertBMRToRankMatrix
,
friedmanPostHocTestBMR
,
friedmanTestBMR
,
generateCritDifferencesData
,
getBMRAggrPerformances
,
getBMRFeatSelResults
,
getBMRFilteredFeatures
,
getBMRLearnerIds
,
getBMRLearnerShortNames
,
getBMRLearners
,
getBMRMeasureIds
,
getBMRMeasures
, getBMRModels
,
getBMRPerformances
,
getBMRPredictions
,
getBMRTaskDescs
,
getBMRTaskIds
,
getBMRTuneResults
,
plotBMRBoxplots
,
plotBMRSummary
,
plotCritDifferences
,
reduceBatchmarkResults
1 | # see benchmark
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.