View source: R/generateLearningCurve.R
plotLearningCurve | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.