Package es.uam.eps.ir.relison.links.recommendation.reranking.global.local.user
Generalizations of local rerankers, which allow processing several users in a row. Rerankers based on metrics related to the users of a network.
-
Class Summary Class Description OriginalDirectUserMetricReranker<U> Reranker that optimizes the average value of vertex metric.OriginalInverseUserMetricReranker<U> Reranker that minimizes the average value of vertex metric.ProgressiveDirectUserMetricReranker<U> Implementation of a reranking strategy for contact recommendation that promotes the average value of some vertex metric in the resulting network.ProgressiveInverseUserMetricReranker<U> Implementation of a reranking strategy for contact recommendation that minimizes the average value of some vertex metric in the resulting network.UserMetricReranker<U> Abstract implementation of a reranking strategy for contact recommendation that modifies the order of the candidate users according to some vertex metric.