Learn R Programming

mlr (version 2.4)

plotROCRCurves: Plots results from generateROCRCurvesData using ggplot2.

Description

Visualize how binary classification performs across different measures.

Usage

plotROCRCurves(obj, diagonal = FALSE, xlab, ylab, title = "")

Arguments

Value

ggplot2 plot object.

See Also

Other plot: plotFilterValuesGGVIS; plotFilterValues; plotLearningCurveGGVIS; plotLearningCurve; plotROCRCurvesGGVIS; plotThreshVsPerfGGVIS; plotThreshVsPerf

Other predict: asROCRPrediction; generateROCRCurvesData; getProbabilities; plotROCRCurvesGGVIS; plotViperCharts; predict.WrappedModel; setPredictThreshold; setPredictType

Other roc: asROCRPrediction; generateROCRCurvesData; plotROCRCurvesGGVIS; plotViperCharts