SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Static Public Member Functions | |
static void | RndConnectInsideCommunity (PUNGraph &Graph, const TIntV &CmtyV, const double &Prob, TRnd &Rnd=TInt::Rnd) |
static PUNGraph | GenAGM (TVec< TIntV > &CmtyVV, const double &DensityCoef, const double &ScaleCoef, TRnd &Rnd=TInt::Rnd) |
static void | GetNodeMembership (THash< TInt, TIntV > &NIDComVH, const THash< TInt, TIntV > &CmtyVH) |
static void | GetNodeMembership (THash< TInt, TIntV > &NIDComVH, const TVec< TIntV > &CmtyVV) |
template<class PGraph > | |
static void | GVizComGraph (const PGraph &Graph, const TVec< TIntV > &CmtyVV, const TStr &OutFNm, const TStr &Desc=TStr()) |
PUNGraph TAGM::GenAGM | ( | TVec< TIntV > & | CmtyVV, |
const double & | DensityCoef, | ||
const double & | ScaleCoef, | ||
TRnd & | Rnd = TInt::Rnd |
||
) | [static] |
void TAGM::GetNodeMembership | ( | THash< TInt, TIntV > & | NIDComVH, |
const THash< TInt, TIntV > & | CmtyVH | ||
) | [static] |
void TAGM::GetNodeMembership | ( | THash< TInt, TIntV > & | NIDComVH, |
const TVec< TIntV > & | CmtyVV | ||
) | [static] |
static void TAGM::GVizComGraph | ( | const PGraph & | Graph, |
const TVec< TIntV > & | CmtyVV, | ||
const TStr & | OutFNm, | ||
const TStr & | Desc = TStr() |
||
) | [inline, static] |
void TAGM::RndConnectInsideCommunity | ( | PUNGraph & | Graph, |
const TIntV & | CmtyV, | ||
const double & | Prob, | ||
TRnd & | Rnd = TInt::Rnd |
||
) | [static] |