true_roc: Estimate ROC curve for fitted classifier with linear...

Description Usage Arguments Value

View source: R/svmroc.R

Description

true_roc allows for plotting an approximation to the true ROC curve along with confidence bands.

Usage

1
true_roc(object, new_X, new_A, points)

Arguments

object

An object of class svmroc

new_X

New X matrix to determine true ROC curve.

new_A

New class assignments to determine true ROC curve.

points

Points at which to interpolate the ROC curve.

Value

A list with components: x and y giving the coordinates of the ROC curve.


djluckett/svmroc documentation built on Oct. 6, 2019, 12:42 a.m.