| Interface | Description |
|---|---|
| Reranker<U,I> |
Re-ranker.
|
| Class | Description |
|---|---|
| GreedyReranker<U,I> |
Greedy re-ranking.
|
| LambdaReranker<U,I> |
Linear combination re-ranker that combines the original score of the input
recommendation and a novelty component.
|
| NullReranker<U,I> |
Null re-ranker that does not perform an actual re-ranking.
|
| PermutationReranker<U,I> |
Abstract re-ranker whose output is a permutation of the input
recommendation.
|
| RandomReranker<U,I> |
Re-ranker that applies a random permutation.
|
| RerankingRecommender<U,I> |
Wrapper for re-ranker that re-ranks the output of another recommender.
|
Copyright © 2016. All rights reserved.