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

Configurators for modularity-based community detection algorithms.
  • Class Summary 
    Class Description
    FastGreedyConfigurator<U extends java.io.Serializable>
    Configures the FastGreedy community detection algorithm.
    GirvanNewmanConfigurator<U extends java.io.Serializable>
    Configurator for the Girvan-Newman community detection algorithm, which divides the network in communities by removing the edge with the highest betweenness.
    InfomapConfigurator<U extends java.io.Serializable>
    Configurator for the Infomap community detection algorithm.
    LabelPropagationConfigurator<U extends java.io.Serializable>
    Configures the label propagation community detection algorithm.
    LouvainConfigurator<U extends java.io.Serializable>
    Configurator for the Louvain community detection algorithm.