【統計】Precision and Recall
IPFS
Precision: tp / (tp+fp)
Recall: tp / (tp+fn)
where
tp = true positive
fp = false positive => a.k.a. type I error, false alarm
tn = true negative => a.k.a. type II error, miss
fn = false negative
Reference
WIKI: https://en.wikipedia.org/wiki/Precision_and_recall
喜欢我的作品吗?别忘了给予支持与赞赏,让我知道在创作的路上有你陪伴,一起延续这份热忱!