Package es.uam.eps.ir.relison.links.recommendation.reranking.global.local
Generalizations of local rerankers, which allow processing several users in a row.
These rerankers, given a set of recommendations, sequentially process them one by one. Those
recommendations which are processed later are aware of the previously processed recommendations.
-
Class Summary Class Description GraphLocalReranker<U> Generalization of greedy local reranking strategies, for processing several recommendations at a time.LocalGreedyReranker<U,I> Generalization of greedy local reranking strategies, for processing several recommendations at a time.LocalLambdaReranker<U,I> Generalization of local greedy reranking strategies, for processing several recommendations at a time.LocalRandomReranker<U,I> Random reranker.LocalReranker<U,I> Generalization of local reranking strategies, for processing several recommendations at a time.