Package es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.graph
Rerankers that optimize global properties of the network related to the whole graph.
This rerankers start from a graph containing all the recommended edges. Then, edges are
swapped with some of the not recommended edges, in order to improve the global parameter.
-
Class Summary Class Description AbstractClusteringCoefficientReranker<U> Swap reranker that promotes a metric related to the global clustering coefficient of the network.ClusteringCoefficientComplementReranker<U> Swap reranker that demotes the global clustering coefficient of the network.ClusteringCoefficientReranker<U> Swap reranker that promotes the global clustering coefficient of the network.DegreeGiniReranker<U> Optimizes the degree Gini of a graph.