Description Usage Arguments Value Examples
Calculates the Average Precision
1 | Evaluation.AveragePrecision(EstimatedRank, RelevanceLevel)
|
EstimatedRank |
estimated ranking |
RelevanceLevel |
score for the document |
The AP for this estimation and relevance level
1 2 3 | EstimatedRank <- scramble(1:10)
RelevanceLevel <- runif(10)
Evaluation.AveragePrecision(EstimatedRank, RelevanceLevel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.