SNAP Library, User Reference  2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TCliqueOverlap Member List
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]
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
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]
TCliqueOverlap()TCliqueOverlap [inline]