Description Usage Arguments Value
Compute the global confusion matrix from the FPR and TPR obtained from each node
1 2 3 4 5 6 7 8 | partial_cm(
fpr,
tpr,
thresholds,
negative_count,
total_count,
descending = FALSE
)
|
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 |
list - Total number of samples corresponding to the negative case |
total_count |
list - Total number of samples |
descending |
thresholds in descending order? |
global confusion matrix and thresholds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.