Package es.uam.eps.ir.relison.sna.community.detection.modularity.balanced

Community detection algorithms attempting to balance the community size.
  • Class Summary 
    Class Description
    AlternativeGiniFastGreedy<U>
    Alternative version of Fast Greedy algorithm for optimizing modularity, taking into account the Gini of the size of communities.
    BalancedFastGreedy<U>
    Community detection algorithm for obtaining balanced communities, based on the FastGreedy algorithm by M.E.J.
    GiniWeightedFastGreedy<U>
    Alternative version of Fast Greedy algorithm for optimizing modularity, taking into account the Gini of the size of communities.
    NormalizedCutSpectralClustering<U>
    Community detection algorithm for balanced communities.
    RatioCutSpectralClustering<U>
    Community detection algorithm for balanced communities.
    SizeWeightedFastGreedy<U>
    Alternative version of the Balanced Fast Greedy algorithm for optimizing modularity, and the size of communities, that computes the whole dendogram for communities.
    SpectralClustering<U>
    Community detection algorithm for balanced communities.