- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 104字
- 2021-06-10 19:30:01
Precision and recall
The solution is to use measures that don't involve true negatives. Two such measures are as follows:
- Precision: This is the proportion of positive examples correctly predicted as positive (TP) out of all examples predicted as positive (TP + FP):
- Recall: This is the proportion of positives examples correctly predicted as positive (TP) out of all positive examples (TP + FN):
It is common to combine the two and report the F-measure, which considers both precision and recall to calculate the score as a weighted average, where the score reaches its best value at 1 and worst at 0, as follows:
推薦閱讀
- R Data Mining
- 基于LabWindows/CVI的虛擬儀器設(shè)計(jì)與應(yīng)用
- Effective DevOps with AWS
- Apache Hive Essentials
- VMware Performance and Capacity Management(Second Edition)
- JBoss ESB Beginner’s Guide
- 基于多目標(biāo)決策的數(shù)據(jù)挖掘方法評(píng)估與應(yīng)用
- 菜鳥(niǎo)起飛系統(tǒng)安裝與重裝
- 悟透JavaScript
- Cloud Security Automation
- 人工智能技術(shù)入門
- Linux系統(tǒng)管理員工具集
- Web編程基礎(chǔ)
- HBase Essentials
- Photoshop CS4數(shù)碼攝影處理50例