| Package | Description |
|---|---|
| es.uam.eps.ir.ranksys.metrics.basic |
Implementations of basic, common metrics.
|
| es.uam.eps.ir.ranksys.metrics.rel |
Relevance models.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NDCG.NDCGRelevanceModel<U,I>
Relevance model for nDCG, in which the gains of all relevant documents need to be known for the normalization of the metric.
|
| Constructor and Description |
|---|
AveragePrecision(int cutoff,
IdealRelevanceModel<U,I> relevanceModel)
Constructor.
|
Recall(int cutoff,
IdealRelevanceModel<U,I> relModel)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRelevanceModel<U,I>
Relevance model in which the items in a preference subset with a value
equal or above a threshold are judged as relevant.
|
Copyright © 2016. All rights reserved.