Plotting the ROC curve
问题 If I have a matrix A of size m x n . The elements in the matrix represent the results of a specific detector. What I want is to characterize the performance of the detector by an ROC curve (sensitivity or Probability of detection by function of the probability of False alarm or 1-specificity). Interestingly, when (A(i,j) >= threshold) => the target is present , else it is absent . But of course, there will be some errors like as False alarm (False Positive) or Miss (False Negative). Lets