Recall and Precision Metrics

Estimation of classifiability of various Pattern Recognition techniques is needed to compare them against each other and also to select the most suited one for a given application. The metrics called 'Recall' and 'Precision' are borrowed from Information Retrieval for this estimation.

'Recall' is the proportion of target items that the system selected. It is used to specify the completeness of the classifier where as 'Precision' is the proportion of the selected items that the system got right. It is used to specify the correctness and accuracy of the classifier.

The idea will be clear by following the usage of these metrics in information retrieval, for example in a web search engine. (Wikipedia:Performance measures)

In applications like information retrieval, one can usually trade off recall and precision by using another measure called 'F-measure'. The expressions for these terms can be found at this site

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett