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
|
#include <ncp.h>
Public Member Functions | |
TCutInfo () | |
TCutInfo (const int &ClustNodes, const int &EdgesInside, const int &CutSize) | |
TCutInfo (const int &ClustNodes, const int &EdgesInside, const int &CutSize, const TIntV &NIdV) | |
TCutInfo (const PUNGraph &G, const TIntV &ClustNIdV, bool TakeNIdV=false) | |
TCutInfo (const TCutInfo &CS) | |
int | GetNodes () const |
int | GetEdges () const |
int | GetVol () const |
int | GetCutSz () const |
double | GetPhi () const |
double | GetExpansion () const |
double | GetIntDens () const |
double | GetCutRatio (const int &GNodes) const |
double | GetNormCut (const int &GEdges) const |
double | GetFracDegOut (const PUNGraph &Graph, double &MxFrac, double &AvgFrac, double &MedianFrac, double &Pct9Frac, double &Flake) const |
double | GetModular (const int &GEdges) const |
double | GetModRat (const int &GEdges) const |
double | GetExpEdgesIn (const int &GEdges) const |
bool | operator< (const TCutInfo &CS) const |
Public Attributes | |
TInt | Nodes |
TInt | Edges |
TInt | CutSz |
TIntV | CutNIdV |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 172 of file ncp.h.
double TLocClustStat::TCutInfo::GetFracDegOut | ( | const PUNGraph & | Graph, |
double & | MxFrac, | ||
double & | AvgFrac, | ||
double & | MedianFrac, | ||
double & | Pct9Frac, | ||
double & | Flake | ||
) | const |
Definition at line 245 of file ncp.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |