SNAP Library, Developer Reference  2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
cmty.cpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TSnap::TSnapDetail::TCNMQMatrix
struct  TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat

Namespaces

namespace  TSnap
 Main namespace for all the Snap global entities.
namespace  TSnap::TSnapDetail

Functions

void TSnap::TSnapDetail::CmtyGirvanNewmanStep (PUNGraph &Graph, TIntV &Cmty1, TIntV &Cmty2)
 A single step of Girvan-Newman clustering procedure.
double TSnap::TSnapDetail::_GirvanNewmanGetModularity (const PUNGraph &G, const TIntH &OutDegH, const int &OrigEdges, TCnComV &CnComV)
double TSnap::CommunityGirvanNewman (PUNGraph &Graph, TCnComV &CmtyV)
double TSnap::CommunityCNM (const PUNGraph &Graph, TCnComV &CmtyV)