Package es.uam.eps.ir.relison.links.recommendation.reranking.global.local.communities

Generalizations of local rerankers, which allow processing several users in a row. Rerankers based on metrics related to the communities of a network.
  • Class Summary 
    Class Description
    CompleteCommunityReranker<U>
    Global reranker for computing metrics that only use links between pairs of communities.
    InterCommunityDegreeGiniComplement<U>
    Implementation of a reranking strategy for balancing the distribution of the degrees of the communities in a community graph.
    InterCommunityEdgeGiniComplement<U>
    Implementation of a reranking strategy for balancing the distribution of edges between pairs of communities.
    InterCommunityReranker<U>
    Global reranker for computing metrics that only use links between pairs of communities.
    InverseCommunitySize<U>
    Implementation of a reranker which promotes recommending links in small communities.
    StrongTiesReranker<U>
    Reranker that promotes the number of links inside communities.
    WeakTiesReranker<U>
    Reranker that promotes the number of links between different communities.