How can I calculate TP, FP, FN in each case below??

2 views (last 30 days)
Let say I have
Case-1 (detected one extra)
Original : [ 1 13 25 37 48 60 73 85]
Detected : [ 1 13 25 29 37 48 60 72 85]
Case-2 (detected one less)
Original : [ 1 13 25 37 48 60 73 85]
Detected : [ 1 13 37 48 60 72 85]
How can I calculate TP, FP, FN in each case ??
Thanks in advance

Answers (0)

Categories

Find more on Signal Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!