Package es.uam.eps.ir.relison.links.recommendation.reranking.local.user
Rerankers that locally enhance user metrics.
-
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 demotes the average value of some vertex metric in the resulting network.UserMetricReranker<U> Individual reranker, which reorders a recommendation according to a user metric we want to optimize.