| plotBMRBoxplots {mlr} | R Documentation |
Plots box or violin plots for a selected measure across all iterations
of the resampling strategy, faceted by the task.id.
plotBMRBoxplots( bmr, measure = NULL, style = "box", order.lrns = NULL, order.tsks = NULL, pretty.names = TRUE, facet.wrap.nrow = NULL, facet.wrap.ncol = NULL )
bmr |
(BenchmarkResult) |
measure |
(Measure) |
style |
( |
order.lrns |
( |
order.tsks |
( |
pretty.names |
( |
facet.wrap.nrow, facet.wrap.ncol |
(integer) |
ggplot2 plot object.
Other plot:
createSpatialResamplingPlots(),
plotBMRRanksAsBarChart(),
plotBMRSummary(),
plotCalibration(),
plotCritDifferences(),
plotLearningCurve(),
plotPartialDependence(),
plotROCCurves(),
plotResiduals(),
plotThreshVsPerf()
Other benchmark:
BenchmarkResult,
batchmark(),
benchmark(),
convertBMRToRankMatrix(),
friedmanPostHocTestBMR(),
friedmanTestBMR(),
generateCritDifferencesData(),
getBMRAggrPerformances(),
getBMRFeatSelResults(),
getBMRFilteredFeatures(),
getBMRLearnerIds(),
getBMRLearnerShortNames(),
getBMRLearners(),
getBMRMeasureIds(),
getBMRMeasures(),
getBMRModels(),
getBMRPerformances(),
getBMRPredictions(),
getBMRTaskDescs(),
getBMRTaskIds(),
getBMRTuneResults(),
plotBMRRanksAsBarChart(),
plotBMRSummary(),
plotCritDifferences(),
reduceBatchmarkResults()
# see benchmark