SNAP Library 2.3, User Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Go to the source code of this file.
Namespaces | |
TSnap | |
Main namespace for all the Snap global entities. | |
TSnap::TSnapDetail | |
Functions | |
template<typename PGraph > | |
double | TSnap::GetModularity (const PGraph &G, const TIntV &NIdV, int GEdges=-1) |
template<typename PGraph > | |
double | TSnap::GetModularity (const PGraph &G, const TCnComV &CmtyV, int GEdges=-1) |
template<typename PGraph > | |
void | TSnap::GetEdgesInOut (const PGraph &Graph, const TIntV &NIdV, int &EdgesInX, int &EdgesOutX) |
double | TSnap::CommunityGirvanNewman (PUNGraph &Graph, TCnComV &CmtyV) |
double | TSnap::CommunityCNM (const PUNGraph &Graph, TCnComV &CmtyV) |
double | TSnap::Infomap (PUNGraph &Graph, TCnComV &CmtyV) |
void | TSnap::TSnapDetail::CmtyGirvanNewmanStep (PUNGraph &Graph, TIntV &Cmty1, TIntV &Cmty2) |
A single step of Girvan-Newman clustering procedure. More... | |