Interface | Description |
---|---|
NodePartitioning<NodeNameType> |
Interface for all graph partitioning classes
|
Class | Description |
---|---|
CommunityComparisons<NodeNameType> |
This class implements various comparisons of partitionings of a graph (or the
resulting communities)
|
CommunityMetrics |
This class stores several static methods for computing metrics specific to a
graph and a set of communities.
|
Louvain<NodeNameType> |
This class performs community detection using the Louvain method.
|
Louvain.LouvainHierarchy<NodeNameType> |
The return type from running Louvain.
|
Permanence<NodeNameType> | |
PersonalizedPageRank<NodeNameType> |
This class can compute PersonalizedPageRank for the input graph and a
specified node, and also can determine a community for any specified node.
|