Description Usage Arguments Value See Also Examples
View source: R/plotBMRSummary.R
Creates a scatter plot, where each line refers to a task.
On that line the aggregated scores for all learners are plotted, for that task.
Optionally, you can apply a rank transformation or just use one of ggplot2's transformations
like scale_x_log10
.
1 2 | plotBMRSummary(bmr, measure = NULL, trafo = "none", order.tsks = NULL,
pointsize = 4L, jitter = 0.05, pretty.names = TRUE)
|
bmr |
[ |
measure |
[ |
trafo |
[ |
order.tsks |
[ |
pointsize |
[ |
jitter |
[ |
pretty.names |
[ |
ggplot2 plot object.
Other benchmark: BenchmarkResult
,
batchmark
, benchmark
,
convertBMRToRankMatrix
,
friedmanPostHocTestBMR
,
friedmanTestBMR
,
generateCritDifferencesData
,
getBMRAggrPerformances
,
getBMRFeatSelResults
,
getBMRFilteredFeatures
,
getBMRLearnerIds
,
getBMRLearnerShortNames
,
getBMRLearners
,
getBMRMeasureIds
,
getBMRMeasures
, getBMRModels
,
getBMRPerformances
,
getBMRPredictions
,
getBMRTaskDescs
,
getBMRTaskIds
,
getBMRTuneResults
,
plotBMRBoxplots
,
plotBMRRanksAsBarChart
,
plotCritDifferences
,
reduceBatchmarkResults
Other plot: plotBMRBoxplots
,
plotBMRRanksAsBarChart
,
plotCalibration
,
plotCritDifferences
,
plotFilterValuesGGVIS
,
plotLearningCurveGGVIS
,
plotLearningCurve
,
plotPartialDependenceGGVIS
,
plotPartialDependence
,
plotROCCurves
, plotResiduals
,
plotThreshVsPerfGGVIS
,
plotThreshVsPerf
1 | # see benchmark
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.