Description Usage Arguments Details Value References See Also Examples
This function calculates the area under ROC curve
1 | cal_auc(X, Y)
|
X |
A vector of true positive rate |
Y |
A vector of false positive rate, same length with TPR |
This function calculates the area under ROC curve.
A numeric value of AUC will be returned.
https://www.r-bloggers.com/calculating-auc-the-area-under-a-roc-curve/
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.