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