risk.validation.receiverOperatingCharacteristicCurve
R2026bSyntax
Description
risk.validation.receiverOperatingCharacteristicCurve(
plots the receiver operating characteristic (ROC) curve for the classification results
determined by the Score,BinaryResponse)Score and BinaryResponse
arguments. The plot also includes a dotted line indicating the ROC curve of a random model
and shows the area under the curve (AUC) in the lower right corner.
risk.validation.receiverOperatingCharacteristicCurve(___,
specifies additional options using one or more name-value arguments. For example, you can
specify the direction in which to sort the score variable and whether to plot the ROC curve
of a random model.Name=Value)
returns handles to the plotted graphics objects.h = risk.validation.receiverOperatingCharacteristicCurve(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b

