Compute the global confusion matrix from the FPR and TPR obtained from each node
partial_cm(
fpr,
tpr,
thresholds,
negative_count,
total_count,
descending = FALSE
)
list - False positive rates for each individual ROC
list - True positive rates for each individual ROC
list - Thresholds used to compute the fpr and tpr
list - Total number of samples corresponding to the negative case
list - Total number of samples
thresholds in descending order?
global confusion matrix and thresholds