|
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
|
#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 |
| enum TOptMethod |
Definition at line 27 of file cascdynetinf.h.
{
OSG, // stochastic gradient
OWSG, // windowed stochastic gradient
OESG, // exponential decay stochastic gradient
OWESG, // windowed exponential decay stochastic gradient
ORSG, // rayleigh decay stochastic gradient
OBSG, // no decay batch stochastic gradient
OWBSG, // windowed batch stochastic gradient
OEBSG, // exponential decay batch stochastic gradient
ORBSG, // rayleigh decay batch stochastic gradient
OFG
} TOptMethod;
| enum TRegularizer |
Definition at line 49 of file cascdynetinf.h.
{
NONE, // no regularizer
L2REG // L2 regularizer
} TRegularizer;
| enum TRunningMode |
Definition at line 54 of file cascdynetinf.h.
{
TIME_STEP, // run inference every time step
INFECTION_STEP, // run inference every # number of infections
CASCADE_STEP, // run inference every time a cascade "finishes"
SINGLE_STEP
} TRunningMode;
| enum TSampling |
Definition at line 40 of file cascdynetinf.h.
| enum TVarying |
Definition at line 15 of file cascdynetinf.h.