当前位置:网站首页>[indicators] precision, recall
[indicators] precision, recall
2022-04-23 13:18:00 【^_^ Min Fei】
List of articles
1. Binary classification index

TP: Forecast as Real sample in Indeed Really quantity
FP: Forecast as Real sample in Indeed Number of fake
FN: Forecast as Fake samples in Indeed Really quantity
TN: Forecast as Fake samples in Indeed Number of fake
Accuracy rate Accuracy:
just indeed pre measuring Of sample Ben = just indeed pre measuring by 1 + just indeed pre measuring by 0 Of total sample Ben Count \frac{ Correctly predicted samples = The correct prediction is 1+ The correct prediction is 0 Of }{ The total number of samples } total sample Ben Count just indeed pre measuring Of sample Ben = just indeed pre measuring by 1+ just indeed pre measuring by 0 Of = T P + T N A L L \frac{TP + TN}{ALL} ALLTP+TN
Precision rate Precision:
the Yes pre measuring by really Of sample Ben in really Of Count The amount pre measuring by really sample Ben Of Count The amount \frac{ The number of true samples in which all predictions are true }{ The number of samples predicted to be true } pre measuring by really sample Ben Of Count The amount the Yes pre measuring by really Of sample Ben in really Of Count The amount = T P T P + F P \frac{TP}{TP + FP} TP+FPTP
Recall rate Recall:
the Yes pre measuring by really Of sample Ben in really Of Count The amount the Yes really sample Ben Count The amount \frac{ The number of true samples in which all predictions are true }{ Number of all true samples } the Yes really sample Ben Count The amount the Yes pre measuring by really Of sample Ben in really Of Count The amount = T P T P + F N \frac{TP}{TP + FN} TP+FNTP
give an example : Predict the number of diseases .
Suppose there are 100 Samples , among 20 A sick man . Through prediction, it is found that 24 A sick man , Among them is 18 One is really sick .
In this case :
TP = 18
FP = 24-18=6
FN= 20-18 =2
TN= (100-24)-2 = 74
Accuracy rate = 18 + 74 100 = 0.82 \frac{18+74}{100}=0.82 10018+74=0.82
Precision rate = 18 18 + 6 \frac{18}{18+6} 18+618
Recall rate = 18 18 + 2 \frac{18}{18+2} 18+218
2. Reference resources
版权声明
本文为[^_^ Min Fei]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230611136755.html
边栏推荐
- The first lesson is canvas, showing a small case
- MySQL 8.0.11下载、安装和使用可视化工具连接教程
- According to the salary statistics of programmers in June 2021, the average salary is 15052 yuan. Are you holding back?
- 100 GIS practical application cases (34) - splicing 2020globeland30
- POM of SSM integration xml
- 9419页最新一线互联网Android面试题解析大全
- SPI NAND flash summary
- 初鉴canvas,展示个小小的小案例
- Temperature and humidity monitoring + timing alarm system based on 51 single chip microcomputer (C51 source code)
- MySQL5. 5 installation tutorial
猜你喜欢

51 single chip microcomputer stepping motor control system based on LabVIEW upper computer (upper computer code + lower computer source code + ad schematic + 51 complete development environment)

在 pytorch 中加载和使用图像分类数据集 Fashion-MNIST

AUTOSAR from introduction to mastery 100 lectures (86) - 2F of UDS service foundation

According to the salary statistics of programmers in June 2021, the average salary is 15052 yuan. Are you holding back?

Mui + hbuilder + h5api simulate pop-up payment style

You and the 42W bonus pool are one short of the "Changsha bank Cup" Tencent yunqi innovation competition!

The first lesson is canvas, showing a small case

web三大组件之Servlet

榜样专访 | 孙光浩:高校俱乐部伴我成长并创业

AUTOSAR from introduction to mastery 100 lectures (52) - diagnosis and communication management function unit
随机推荐
Mysql数据库的卸载
2020最新Android大厂高频面试题解析大全(BAT TMD JD 小米)
Kernel error: no rule to make target 'Debian / canonical certs pem‘, needed by ‘certs/x509_ certificate_ list‘
基于uniapp异步封装接口请求简介
2020年最新字节跳动Android开发者常见面试题及详细解析
MySQL5.5安装教程
Metalama简介4.使用Fabric操作项目或命名空间
Design of STM32 multi-channel temperature measurement wireless transmission alarm system (industrial timing temperature measurement / engine room temperature timing detection, etc.)
playwright控制本地谷歌浏览打开,并下载文件
数据仓库—什么是OLAP
filter()遍历Array异常友好
100000 college students have become ape powder. What are you waiting for?
LeetCode_ DFS_ Medium_ 695. Maximum area of the island
mui 微信支付 排坑
JMeter operation redis
Example interview | sun Guanghao: College Club grows and starts a business with me
Temperature and humidity monitoring + timing alarm system based on 51 single chip microcomputer (C51 source code)
The project file '' has been renamed or is no longer in the solution, and the source control provider associated with the solution could not be found - two engineering problems
mui 关闭其他页面,只保留首页面
Stack protector under armcc / GCC