I would like to know how to calculate the false negative, the true negative, the false positive and the true positive to form a confusion matrix. A numeric example would clear all doubts I think. Thanks.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
True positives are cases predicted positive which are actual positive False positives are cases predicted positive which are actual negative (false alarms) False negatives are cases predicted negative which are actual positive (missed cases) True negatives are cases predicted negative which are actual negative Just count these up and put them in your confusion matrix. If you want rates, Wikipedia has a concise description. |
|||
|
|
|
You question may be ill-posed, but let me see if I can provide some thoughts. Does this Example work? Matlab even has a Command with examples. Regards -A |
|||
|
|