I found the below post to provide an answer for calculating AUC value for a single TPR and FPR.
How do I compute “AUC” Area under the curve number, if all I have are my TPR and FPR values?
Is it also possible to calculate AUC from a single Precision and Recall value? I know it is not possible to calculate AUC from just a single point but just wanted to know if there are any other theories like the one for TPR and FPR.
Thanks!
Well, like the link you provided says, you could always interpolate the data to get multiple TPR, FPR values. But this is of no significance because: