|
SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
This is the complete list of members for TCliqueOverlap, including all inherited members.
| CalculateOverlapMtx(const TVec< TIntV > &MaxCliques, int MinNodeOverlap, TVec< TIntV > &OverlapMtx) | TCliqueOverlap | static |
| CalculateOverlapMtx(const TVec< TIntV > &MaxCliques, int MinNodeOverlap) | TCliqueOverlap | static |
| Expand(const THashSet< TInt > &SUBG, THashSet< TInt > &CAND) | TCliqueOverlap | private |
| GetCPMCommunities(const PUNGraph &G, int MinMaxCliqueSize, TVec< TIntV > &Communities) | TCliqueOverlap | static |
| GetIntersection(const THashSet< TInt > &A, const THashSet< TInt > &B, THashSet< TInt > &C) | TCliqueOverlap | static |
| GetMaxCliques(const PUNGraph &G, int MinMaxCliqueSize, TVec< TIntV > &MaxCliques) | TCliqueOverlap | static |
| GetMaximalCliques(const PUNGraph &G, int MinMaxCliqueSize, TVec< TIntV > &MaxCliques) | TCliqueOverlap | |
| GetNbrs(int NId, THashSet< TInt > &Nbrs) const | TCliqueOverlap | private |
| GetNodeIdWithMaxDeg(const THashSet< TInt > &Set) const | TCliqueOverlap | private |
| GetOverlapCliques(const TVec< TIntV > &OverlapMtx, int MinNodeOverlap, TVec< TIntV > &CliqueIdVV) | TCliqueOverlap | static |
| GetOverlapCliques(const TVec< TIntV > &OverlapMtx, const TVec< TIntV > &MaxCliques, double MinOverlapFrac, TVec< TIntV > &CliqueIdVV) | TCliqueOverlap | static |
| GetRelativeComplement(const THashSet< TInt > &A, const THashSet< TInt > &B, THashSet< TInt > &Complement) | TCliqueOverlap | static |
| Intersection(const THashSet< TInt > &A, const THashSet< TInt > &B) | TCliqueOverlap | static |
| m_G | TCliqueOverlap | private |
| m_maxCliques | TCliqueOverlap | private |
| m_minMaxCliqueSize | TCliqueOverlap | private |
| m_Q | TCliqueOverlap | private |
| MaxNbrsInCANDNodeId(const THashSet< TInt > &SUBG, const THashSet< TInt > &CAND) const | TCliqueOverlap | private |
| TCliqueOverlap() | TCliqueOverlap | inline |