Description Usage Arguments Author(s) See Also Examples
Computes an intercept at a specific sensitivity or specificity level from the ROC-SVM model.
1 | rocsvm.intercept(obj, lambda = 1, sensitivity = 0.5, specificity = 0.5)
|
obj |
The rocsvm.path object |
lambda |
The regularization parameter that users want in ROC-SVM model. |
sensitivity |
Sensitivity in ROC curve, which means True Positive Rate (TPR). |
specificity |
Specificity in ROC curve, which means True Negative Rate (TNR) = 1-FPR. |
Seung Jun Shin, Do Hyun Kim
1 2 3 4 | # library(rocsvm.path)
# The 'obj' comes from an example description of rocsvm.path()
rocsvm.intercept(obj, lambda = 1, sensitivity = 0.9, specificity = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.