Difference between revisions of "Precision and recall"
Jump to navigation
Jump to search
(Created page with "'''Precision''' or '''Positive Predictive Value''' is a measure for exactness and '''Recall''' or '''Sensitivity''' is a measure of completeness. They range from 0 to 1 and the b...") |
Zeno Gantner (talk | contribs) |
||
| Line 6: | Line 6: | ||
Recall = TruePositive / (TruePositive + FalseNegative) | Recall = TruePositive / (TruePositive + FalseNegative) | ||
| + | == External links == | ||
| + | * [[Wikipedia: Precision and recall]] | ||
| − | + | [[Category: Evaluation measure]] | |
| − | [[Category:Evaluation measure]] | ||
Revision as of 09:45, 6 June 2011
Precision or Positive Predictive Value is a measure for exactness and Recall or Sensitivity is a measure of completeness. They range from 0 to 1 and the best possible value for both of them is 1.
Precision = TruePositive / (TruePositive + FalsePositive)
Recall = TruePositive / (TruePositive + FalseNegative)