Package es.uam.eps.ir.relison.sna.community.detection.modularity
Modularity-based community detection approaches.
-
Class Summary Class Description AbstractFastGreedy<U> Abstract class for the implementation of Fast Greedy algorithm versions for optimizing modularity.FastGreedy<U> Fast Greedy algorithm for optimizing modularity.GirvanNewman<U> Implementation of the Girvan-Newman community detection algorithm, based on removing edges with the highest betweenness value.Infomap<U extends java.io.Serializable> Community detection algorithm using the Infomap algorithm.LabelPropagation<U> Implementation of the label propagation algorithm.LeadingVector<U> Class for computing the community partition using the Leading Vector algorithm.Louvain<U extends java.io.Serializable> Class for computing the Louvain community detection algorithm.