- 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:
推薦閱讀
- 大學計算機基礎:基礎理論篇
- 反饋系統:多學科視角(原書第2版)
- Mastering Salesforce CRM Administration
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- 菜鳥起飛系統安裝與重裝
- Excel 2007技巧大全
- 悟透JavaScript
- 智能生產線的重構方法
- Linux嵌入式系統開發
- 從零開始學JavaScript
- Linux Shell Scripting Cookbook(Third Edition)
- 步步驚“芯”
- Cortex-M3嵌入式處理器原理與應用
- 項目實踐精解:C#核心技術應用開發