get_coverage: Determine coverage

Description Usage Arguments Value

View source: R/conf_bands.R

Description

get_coverage is used to determine if confidence band covers true ROC curve.

Usage

1
get_coverage(conf_band, svmroc, new_X, new_A)

Arguments

conf_band

An object of class conf_band.

svmroc

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.

Value

A list with the following components: coverage, numeric, 1 if the confidence band covers the true ROC curve and 0 if it does not; true_roc, a vector of points on the true ROC curve; x, the x values for the true ROC curve (taken from the object conf_band).


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