Description Usage Arguments Value
get_coverage
is used to determine if confidence band covers true ROC curve.
1 | get_coverage(conf_band, svmroc, new_X, new_A)
|
conf_band |
An object of class |
svmroc |
An object of class |
new_X |
New X matrix to determine true ROC curve. |
new_A |
New class assignments to determine true ROC curve. |
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
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.