SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
BurnExpFire() | TForestFire | |
BurnGeoFire() | TForestFire | |
GenGraph(const int &Nodes, const double &FwdProb, const double &BckProb) | TForestFire | [static] |
GetBurned() const | TForestFire | [inline] |
GetBurnedNId(const int &NIdN) const | TForestFire | [inline] |
GetBurnedNIdV() const | TForestFire | [inline] |
GetBurnedNIdV(TIntV &NIdV) const | TForestFire | [inline] |
GetFireTm() const | TForestFire | [inline] |
GetGraph() const | TForestFire | [inline] |
Infect(const int &NodeId) | TForestFire | [inline] |
Infect(const TIntV &InfectedNIdV) | TForestFire | [inline] |
InfectAll() | TForestFire | |
InfectRnd(const int &NInfect) | TForestFire | |
PlotFire(const TStr &FNmPref, const TStr &Desc, const bool &PlotAllBurned=false) | TForestFire | |
SetBurnProb(const double &ForwBurnProb, const double &BackBurnProb) | TForestFire | [inline] |
SetGraph(const PNGraph &GraphPt) | TForestFire | [inline] |
SetProbDecay(const double &DecayProb) | TForestFire | [inline] |
TForestFire() | TForestFire | [inline] |
TForestFire(const PNGraph &GraphPt, const double &ForwBurnProb, const double &BackBurnProb, const double &DecayProb=1.0, const int &RndSeed=1) | TForestFire | [inline] |