I am working on performance measuring and trying to draw a ROC curve, however to draw ROC curve i need TPR and FPR.
As we know,
False Positive Rate (FPR) = FP / (FP + TN)
I have got values of TN and FP both equal to 0, so how can i calculate FPR for this case and put in ROC curve?