Package es.uam.eps.ir.relison.grid.community.modularity.balanced

Configurators for modularity-based community detection algorithms balancing the number of users on each community.
  • Class Summary 
    Class Description
    BalancedFastGreedyConfigurator<U extends java.io.Serializable>
    Configurator for the balanced version of the FastGreedy community detection algorithm.
    GiniWeightedFastGreedyConfigurator<U extends java.io.Serializable>
    Configurator for the balanced version of the FastGreedy community detection algorithm that tries to optimize modularity and Gini of the community sizes.
    NormalizedCutSpectralClusteringConfigurator<U extends java.io.Serializable>
    Configurator for the Spectral Clustering community detection based on minimizing the normalized cut.
    RatioCutSpectralClusteringConfigurator<U extends java.io.Serializable>
    Configurator for the Spectral Clustering community detection based on minimizing the ratio cut.
    SizeWeightedFastGreedyConfigurator<U extends java.io.Serializable>
    Configurator for the balanced version of the FastGreedy community detection algorithm