| Package | Description |
|---|---|
| es.uam.eps.ir.ranksys.novdiv.itemnovelty.reranking |
Item novelty re-rankers.
|
| es.uam.eps.ir.ranksys.novdiv.reranking |
Re-rankers.
|
| org.ranksys.novdiv.reranking |
Re-rankers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemNoveltyReranker<U,I>
Item Novelty re-ranker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GreedyReranker<U,I>
Greedy re-ranking.
|
class |
LambdaReranker<U,I>
Linear combination re-ranker that combines the original score of the input
recommendation and a novelty component.
|
class |
NullReranker<U,I>
Null re-ranker that does not perform an actual re-ranking.
|
class |
PermutationReranker<U,I>
Abstract re-ranker whose output is a permutation of the input
recommendation.
|
class |
RandomReranker<U,I>
Re-ranker that applies a random permutation.
|
| Constructor and Description |
|---|
RerankingRecommender(FastUserIndex<U> uIndex,
FastItemIndex<I> iIndex,
FastRecommender<U,I> recommender,
Reranker<U,I> reranker)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DitheringReranker<U,I>
Dithering re-ranker.
|
Copyright © 2016. All rights reserved.