此为历史版本和 IPFS 入口查阅区,回到作品页
Brandon Lan
IPFS 指纹 这是什么

作品指纹

【統計】Precision and Recall

Brandon Lan
·
·
極簡;重點

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




CC BY-NC-ND 2.0 授权