plotLearningCurve {mlr} | R Documentation |
Plot learning curve data using ggplot2.
Description
Visualizes data size (percentage used for model) vs. performance measure(s).
Usage
plotLearningCurve(
obj,
facet = "measure",
pretty.names = TRUE,
facet.wrap.nrow = NULL,
facet.wrap.ncol = NULL
)
Arguments
obj |
(LearningCurveData) |
facet |
( |
pretty.names |
( |
facet.wrap.nrow , facet.wrap.ncol |
(integer) |
Value
ggplot2 plot object.
See Also
Other learning_curve:
generateLearningCurveData()
Other plot:
createSpatialResamplingPlots()
,
plotBMRBoxplots()
,
plotBMRRanksAsBarChart()
,
plotBMRSummary()
,
plotCalibration()
,
plotCritDifferences()
,
plotPartialDependence()
,
plotROCCurves()
,
plotResiduals()
,
plotThreshVsPerf()