Normalized discounted cumulative gain

From Cohen Courses
Revision as of 15:52, 29 March 2011 by Askory (talk | contribs) (Created page with 'The discounted cumulative gain (DCG) accumulated at a particular rank position <math>p</math> is defined as: <math> \mathrm{DCG_{p}} = rel_{1} + \sum_{i=2}^{p} \frac{rel_{i}}{\l…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The discounted cumulative gain (DCG) accumulated at a particular rank position is defined as:

Normalized DCG (nDCG) is a way to calculate this measure across multiple queries, the results for which might all be of different length. nDCG is computed as:

The nDCG values for all queries can be averaged to obtain a measure of the average performance of a search engine's ranking algorithm.