Package | Description |
---|---|
es.uam.eps.ir.ranksys.core.util |
Generic utilities.
|
es.uam.eps.ir.ranksys.novdiv.itemnovelty.reranking |
Item novelty re-rankers.
|
es.uam.eps.ir.ranksys.novdiv.reranking |
Re-rankers.
|
Modifier and Type | Method and Description |
---|---|
void |
Stats.combine(Stats o)
Combines the statistics for another sample into this.
|
Modifier and Type | Method and Description |
---|---|
protected double |
ItemNoveltyReranker.norm(double score,
Stats stats)
Returns the normalized value of a relevance or novelty score.
|
protected double |
ItemNoveltyReranker.value(Tuple2od<I> iv,
Stats relStats,
it.unimi.dsi.fastutil.objects.Object2DoubleMap<I> novMap,
Stats novStats)
Re-scored value to determine the re-ranking.
|
Modifier and Type | Field and Description |
---|---|
protected Stats |
LambdaReranker.LambdaUserReranker.novStats
Statistics about novelty scores.
|
protected Stats |
LambdaReranker.LambdaUserReranker.relStats
Statistics about relevance scores.
|
Modifier and Type | Method and Description |
---|---|
protected double |
LambdaReranker.LambdaUserReranker.norm(double score,
Stats stats)
Returns the normalized value of a relevance or novelty
score.
|
Copyright © 2016. All rights reserved.