统计检验中的评估指标

  • True Positives(TP) : The number of positive instances that were classified as positive.
  • True Negatives(TN) : The number of negative instances that were classified as negative.
  • False Positives(FP) : The number of negtive instances that were classified as positive.
  • False Negatives(FN) : The number of  positive instances that were classified as negitve.
  1. 准确性是整体的分类性能的最标准的指标
    The accuracy is the most stand metric to summarize the over 
    all classification performance for all classes and it is 
    defined as follows:
    

    Accuracy = \frac{TP + TN}{TP+TN+FP+FN}

  2. 精度(阳性预测值)是正确分类为阳性实例(TP)与分类为阳性实例总数(TP + FP)的比例
    The precision, often referred as positive predictive value, 
    is the ratio of correctly classified positive instances to 
    the total number of instances classified as positive.

    Precision = \frac{TP}{TP + FP}

  3. 召回率(真阳性)是正确分类的阳性实例(TP)与阳性实例总数(TP+FN)的比率
    The recall, also called true positive rate is the ratio of correctly classified
    positive instances to the total number of positive instances.

    Recall = \frac{TP}{TP + FN}

  4. F值:结合精度和召回率的一个值
    The F-measure combines precision and recall in a single value. 

    F-measure =2\cdot \frac{Precision\cdot recall}{Precision + recall}

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

tailor_long

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值