Detection Rate Equation formal
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mohammad Alsajri
am 28 Aug. 2019
Kommentiert: mohammad Alsajri
am 28 Aug. 2019
Hello Mathworkers,
I am littel bit confused about the Detection Rate equation I found to formal for it and not sure which one is correct and if both are correct whene to use each one
Detection Rate = TP / (TP+FP)
Detection Rate = TP / (TP+FN)
if any one could explain this to me please
with regards
0 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 28 Aug. 2019
Bearbeitet: KALYAN ACHARJYA
am 28 Aug. 2019
Both are true, but represents the two different terms
True Positive Rate: TP / (TP+FN);
True Negative Rate: TP / (TP+FP);
The broad concepts are same, but the illustration may different based on application. see here
Still you have no clue, let me know.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!