Description Usage Arguments Value
View source: R/roc-aggregator.R
Compute the precision recall curve
1 | precision_recall_curve(fpr, tpr, thresholds, negative_count, total_count)
|
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. |
list with the global precision, recall, and thresholds (increasing)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.