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