SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include "Snap.h"
Go to the source code of this file.
Classes | |
class | THitInfo |
class | TCascade |
class | TNodeInfo |
class | TNIBs |
Typedefs | |
typedef TNodeEDatNet< TStr, TFltFltH > | TStrFltFltHNEDNet |
typedef TPt< TStrFltFltHNEDNet > | PStrFltFltHNEDNet |
typedef TNodeEDatNet< TStr, TFlt > | TStrFltNEDNet |
typedef TPt< TStrFltNEDNet > | PStrFltNEDNet |
Enumerations | |
enum | TModel { EXP, POW, RAY, WEI } |
enum | TVarying { CONSTANT, LINEAR, EXPONENTIAL, RAYLEIGH, SLAB, SQUARE, CHAINSAW, RANDOM } |
enum | TOptMethod { OSG, OWSG, OESG, OWESG, ORSG, OBSG, OWBSG, OEBSG, ORBSG, OFG } |
enum | TSampling { UNIF_SAMPLING, WIN_SAMPLING, EXP_SAMPLING, WIN_EXP_SAMPLING, RAY_SAMPLING } |
enum | TRegularizer { NONE, L2REG } |
enum | TRunningMode { TIME_STEP, INFECTION_STEP, CASCADE_STEP, SINGLE_STEP } |
typedef TPt<TStrFltFltHNEDNet> PStrFltFltHNEDNet |
Definition at line 62 of file cascdynetinf.h.
typedef TPt<TStrFltNEDNet> PStrFltNEDNet |
Definition at line 65 of file cascdynetinf.h.
typedef TNodeEDatNet<TStr, TFltFltH> TStrFltFltHNEDNet |
Definition at line 61 of file cascdynetinf.h.
typedef TNodeEDatNet<TStr, TFlt> TStrFltNEDNet |
Definition at line 64 of file cascdynetinf.h.
enum TModel |
Enumerator | |
---|---|
EXP | |
POW | |
RAY | |
WEI |
Definition at line 7 of file cascdynetinf.h.
enum TOptMethod |
Enumerator | |
---|---|
OSG | |
OWSG | |
OESG | |
OWESG | |
ORSG | |
OBSG | |
OWBSG | |
OEBSG | |
ORBSG | |
OFG |
Definition at line 27 of file cascdynetinf.h.
enum TRegularizer |
Enumerator | |
---|---|
NONE | |
L2REG |
Definition at line 49 of file cascdynetinf.h.
enum TRunningMode |
Enumerator | |
---|---|
TIME_STEP | |
INFECTION_STEP | |
CASCADE_STEP | |
SINGLE_STEP |
Definition at line 54 of file cascdynetinf.h.
enum TSampling |
Enumerator | |
---|---|
UNIF_SAMPLING | |
WIN_SAMPLING | |
EXP_SAMPLING | |
WIN_EXP_SAMPLING | |
RAY_SAMPLING |
Definition at line 40 of file cascdynetinf.h.
enum TVarying |
Enumerator | |
---|---|
CONSTANT | |
LINEAR | |
EXPONENTIAL | |
RAYLEIGH | |
SLAB | |
SQUARE | |
CHAINSAW | |
RANDOM |
Definition at line 15 of file cascdynetinf.h.