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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
coreper.h
Go to the documentation of this file.
1 namespace TSnap {
4 int FastCorePeriphery(PUNGraph& Graph, TIntIntH& out);
5 int FastCorePeripheryGC(PUNGraph& Graph, TIntIntH& out);
6 double BorgattiEverettMeasure(PUNGraph& Graph, TIntIntH& out, double coresize, int type);
7 double PearsonCorrelation(PUNGraph& Graph, TIntIntH& out, int coresize);
8 }
int FastCorePeripheryGC(PUNGraph &Graph, TIntIntH &out)
Definition: coreper.cpp:56
double BorgattiEverettMeasure(PUNGraph &Graph, TIntIntH &out, double coresize, int type)
Definition: coreper.cpp:186
int FastCorePeriphery(PUNGraph &Graph, TIntIntH &out)
Definition: coreper.cpp:12
double PearsonCorrelation(PUNGraph &Graph, TIntIntH &out, int coresize)
Definition: coreper.cpp:205