Package es.uam.eps.ir.relison.sna.community.graph
Generators for creating community reduced networks (nodes are the communities in the network and edges represent
links between users in different communities).
-
Interface Summary Interface Description CommunityGraphGenerator<U> Generates a multi-graph based on the community partition of a network. -
Class Summary Class Description CompleteCommunityGraphGenerator<U> Generates a multi-graph which contains all communities as nodes and all links between communities (different or not) as edges.CompleteCommunityNoSelfLoopsGraphGenerator<U> Generates a multi-graph which contains all communities as nodes and all links between communities (different or not) as edges.InterCommunityGraphGenerator<U> Generates a multi-graph which contains all communities as nodes and all links between different communities as edges.SimpleCommunityGraphGenerator<U> Generates a community graph, which has, at most, a single link between each pair of communities (including auto-loops).