| 
    SNAP Library 2.1, Developer Reference
    2013-09-25 10:47:25
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 
| ConnectCmtyVV(TVec< TIntV > &CmtyVV, const TIntPrV &CIDSzPrV, const TIntPrV &NIDMemPrV, TRnd &Rnd) | TAGMUtil |  [static] | 
| DumpCmtyVV(const TStr &OutFNm, const TVec< TIntV > &CmtyVV) | TAGMUtil |  [static] | 
| DumpCmtyVV(const TStr OutFNm, TVec< TIntV > &CmtyVV, TIntStrH &NIDNmH) | TAGMUtil |  [static] | 
| FindComsByAGM(const PUNGraph &Graph, const int InitComs, const int MaxIter, const int RndSeed, const double RegGap, const double PNoCom=0.0, const TStr PltFPrx=TStr()) | TAGMUtil |  [static] | 
| GenAGM(TVec< TIntV > &CmtyVV, const double &DensityCoef, const double &ScaleCoef, TRnd &Rnd=TInt::Rnd) | TAGMUtil |  [static] | 
| GenAGM(TVec< TIntV > &CmtyVV, const double &DensityCoef, const int TargetEdges, TRnd &Rnd) | TAGMUtil |  [static] | 
| GenAGM(TVec< TIntV > &CmtyVV, const TFltV &CProbV, TRnd &Rnd, const double PNoCom=-1.0) | TAGMUtil |  [static] | 
| GenCmtyVVFromPL(TVec< TIntV > &CmtyVV, const PUNGraph &Graph, const int &Nodes, const int &Coms, const double &ComSzAlpha, const double &MemAlpha, const int &MinSz, const int &MaxSz, const int &MinK, const int &MaxK, TRnd &Rnd) | TAGMUtil |  [static] | 
| GenCmtyVVFromPL(TVec< TIntV > &CmtyVV, const TIntV &NIDV, const int &Nodes, const int &Coms, const double &ComSzAlpha, const double &MemAlpha, const int &MinSz, const int &MaxSz, const int &MinK, const int &MaxK, TRnd &Rnd) | TAGMUtil |  [static] | 
| GenCmtyVVFromPL(TVec< TIntV > &CmtyVV, const int &Nodes, const int &Coms, const double &ComSzAlpha, const double &MemAlpha, const int &MinSz, const int &MaxSz, const int &MinK, const int &MaxK, TRnd &Rnd) | TAGMUtil |  [static] | 
| GenPLSeq(TIntV &SzSeq, const int &SeqLen, const double &Alpha, TRnd &Rnd, const int &Min, const int &Max) | TAGMUtil |  [static] | 
| GetConductance(const PUNGraph &Graph, const TIntSet &CmtyS, const int Edges) | TAGMUtil |  [static] | 
| GetIntersection(const THashSet< TInt > &A, const THashSet< TInt > &B, THashSet< TInt > &C) | TAGMUtil |  [static] | 
| GetNbhCom(const PUNGraph &Graph, const int NID, TIntSet &NBCmtyS) | TAGMUtil |  [static] | 
| GetNodeMembership(THash< TInt, TIntSet > &NIDComVH, const TVec< TIntV > &CmtyVV) | TAGMUtil |  [static] | 
| GetNodeMembership(THash< TInt, TIntSet > &NIDComVH, const TVec< TIntV > &CmtyVV, const TIntV &NIDV) | TAGMUtil |  [static] | 
| GetNodeMembership(TIntH &NIDComVH, const THash< TInt, TIntV > &CmtyVH) | TAGMUtil |  [static] | 
| GetNodeMembership(THash< TInt, TIntSet > &NIDComVH, const TVec< TIntSet > &CmtyVV) | TAGMUtil |  [static] | 
| GetNodeMembership(THash< TInt, TIntSet > &NIDComVH, const THash< TInt, TIntV > &CmtyVH) | TAGMUtil |  [static] | 
| GetNodeMembership(THash< TInt, TIntV > &NIDComVH, const THash< TInt, TIntV > &CmtyVH) | TAGMUtil |  [static] | 
| GetNodeMembership(THash< TInt, TIntV > &NIDComVH, const TVec< TIntV > &CmtyVV) | TAGMUtil |  [static] | 
| GetNodeMembership(TIntH &NIDComVH, const TVec< TIntV > &CmtyVV) | TAGMUtil |  [static] | 
| GVizComGraph(const PGraph &Graph, const TVec< TIntV > &CmtyVV, const TStr &OutFNm, const TStr &Desc=TStr()) | TAGMUtil |  [inline, static] | 
| Intersection(const TIntV &C1, const TIntV &C2) | TAGMUtil |  [static] | 
| Intersection(const THashSet< TInt > &A, const THashSet< TInt > &B) | TAGMUtil |  [static] | 
| LoadCmtyVV(const TStr &InFNm, TVec< TIntV > &CmtyVV) | TAGMUtil |  [static] | 
| LoadEdgeListStr(const TStr &InFNm, TIntStrH &NIDNameH, const int &SrcColId=0, const int &DstColId=1, const TSsFmt SsFmt=ssfTabSep) | TAGMUtil |  [inline, static] | 
| RewireCmtyNID(THash< TInt, TIntV > &CmtyVH, TRnd &Rnd) | TAGMUtil |  [static] | 
| RewireCmtyVV(const TVec< TIntV > &CmtyVVIn, TVec< TIntV > &CmtyVVOut, TRnd &Rnd) | TAGMUtil |  [static] | 
| RndConnectInsideCommunity(PUNGraph &Graph, const TIntV &CmtyV, const double &Prob, TRnd &Rnd) | TAGMUtil |  [static] | 
| SaveBipartiteGephi(const TStr &OutFNm, const TIntV &NIDV, const TVec< TIntV > &CmtyVV, const double MaxSz, const double MinSz, const TIntStrH &NIDNameH, const THash< TInt, TIntTr > &NIDColorH, const THash< TInt, TIntTr > &CIDColorH) | TAGMUtil |  [static] | 
| SaveGephi(const TStr &OutFNm, const PUNGraph &G, const TVec< TIntV > &CmtyVVAtr, const double MaxSz, const double MinSz) | TAGMUtil |  [inline, static] | 
| SaveGephi(const TStr &OutFNm, const PUNGraph &G, const TVec< TIntV > &CmtyVVAtr, const double MaxSz, const double MinSz, const THash< TInt, TStr > &NIDNameH) | TAGMUtil |  [inline, static] | 
| SaveGephi(const TStr &OutFNm, const PUNGraph &G, const TVec< TIntV > &CmtyVVAtr, const double MaxSz, const double MinSz, const THash< TInt, TStr > &NIDNameH, const THash< TInt, TIntTr > &NIDColorH) | TAGMUtil |  [static] | 
| TotalMemberships(const TVec< TIntV > &CmtyVV) | TAGMUtil |  [static] |