roc_curve {ROCaggregator} | R Documentation |
Compute Receiver operating characteristic (ROC)
Description
Compute Receiver operating characteristic (ROC)
Usage
roc_curve(fpr, tpr, thresholds, negative_count, total_count)
Arguments
fpr |
list - False positive rates for each individual ROC |
tpr |
list - True positive rates for each individual ROC |
thresholds |
list - Thresholds used to compute the fpr and tpr |
negative_count |
vector - Total number of samples corresponding to the negative case |
total_count |
vector - Total number of samples |
Value
list with the global fpr, tpr, and thresholds (decreasing)
[Package ROCaggregator version 1.0.1 Index]