SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |
Definition at line 1356 of file cmty.cpp.
|
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 |