Recall@K is a retrieval evaluation metric that measures the proportion of known relevant documents successfully retrieved within the top 'K' results. It is calculated as (Number of relevant documents in the top K) / (Total number of relevant documents in the corpus). A score of 1.0 indicates perfect recall, meaning all relevant items were found within the first K results. This metric is crucial for assessing the completeness of a search system, especially in applications like legal e-discovery or medical literature review where missing relevant information is costly.
