|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Classes | |
| struct | TCmtyDat |
Public Member Functions | |
| TCNMQMatrix (const PUNGraph &Graph) | |
| void | Init (const PUNGraph &Graph) |
| TFltIntIntTr | FindMxQEdge () |
| bool | MergeBestQ () |
Static Public Member Functions | |
| static double | CmtyCMN (const PUNGraph &Graph, TCnComV &CmtyV) |
Private Attributes | |
| THash< TInt, TCmtyDat > | CmtyQH |
| THeap< TFltIntIntTr > | MxQHeap |
| TUnionFind | CmtyIdUF |
| double | Q |
Clauset-Newman-Moore community detection method. At every step two communities that contribute maximum positive value to global modularity are merged. See: Finding community structure in very large networks, A. Clauset, M.E.J. Newman, C. Moore, 2004
|
inline |
|
inlinestatic |
Definition at line 1428 of file cmty.cpp.
|
inline |
|
inline |
Definition at line 1360 of file cmty.cpp.
|
inline |
Definition at line 1391 of file cmty.cpp.
|
private |
|
private |