MCDMClassification Metric
精确率
精确率衡量的是被预测为正例的样本中,实际为正例的比例。它回答了这个问题:“在我们所有预测为正例的样本中,有多少是真正例?”在假正例代价高昂的情况下,精确率至关重要。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Fawcett, T. (2006). An introduction to ROC analysis. Pattern Recognition Letters, 27(8), 861-874. DOI: 10.1016/j.patrec.2005.10.010 ↗
- Powers, D. M. (2011). Evaluation: From Precision, Recall and F-Measure to ROC, Informedness, Markedness and Correlation. Journal of Machine Learning Technologies, 2(1), 37-63. link ↗
如何引用本页
ScholarGate. (2026, June 3). Precision (Positive Predictive Value). ScholarGate. https://scholargate.app/zh/model-evaluation/precision
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 准确率模型评估↔ compare
- F1分数模型评估↔ compare
- Matthews Correlation Coefficient模型评估↔ compare
- 召回率(灵敏度)模型评估↔ compare
- 特异度模型评估↔ compare