Package es.uam.eps.ir.relison.grid.community.connectedness
Configurators for community detection algorithms based on the connectedness of the users.
-
Class Summary Class Description StronglyConnectedComponentsConfigurator<U extends java.io.Serializable> Configurator for an algorithm that computes the strongly connected components of a graph.WeaklyConnectedComponentsConfigurator<U extends java.io.Serializable> Configurator for an algorithm that computes the weakly connected components of a graph.