powered by
Computes an intercept at a specific sensitivity or specificity level from the ROC-SVM model.
rocsvm.intercept(obj, lambda = 1, sensitivity = 0.5, specificity = 0.5)
The rocsvm.path object
The regularization parameter that users want in ROC-SVM model.
Sensitivity in ROC curve, which means True Positive Rate (TPR).
Specificity in ROC curve, which means True Negative Rate (TNR) = 1-FPR.
rocsvm.path
# NOT RUN { # library(rocsvm.path) # The 'obj' comes from an example description of rocsvm.path() # } # NOT RUN { rocsvm.intercept(obj, lambda = 1, sensitivity = 0.9, specificity = 0.1) # }
Run the code above in your browser using DataLab