网络伪装--网络安全

首页 » 技术文章 » 算法研究 » False-Positive Rate
2008-05-11 17:54
投票评分
(0 个投票)

False-Positive Rate

The false positive rate for a test is the  false-positive test results divided by all patients without the disease.

 false-positive rate = = (b / (b + d)) where:

• b =  false positives

• (b + d) = sum of (false positives, true negatives) = all people without disease

 false-positive rate == 1 – (specificity)
最后修改日期: 2008-05-11 17:54
该分类的更多文章: « 博弈论 ROC曲线介绍 »
Login to post comments