Description Usage Arguments Value
fit_roc
estimates the ROC curve for a fitted classifier (an object
of class svmroc
) using a new testing set.
1 | fit_roc(object, new_X, new_A)
|
object |
An object of class |
new_X |
A new X matrix. |
new_A |
A new set of class labels. |
An object of class roc
, a list with components: sens
,
a vector of sensitivity values, and spec
, a vector of specificity values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.