SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Public Member Functions | |
TKronNoise () | |
Static Public Member Functions | |
static int | RemoveNodeNoise (PNGraph &Graph, const int &NNodes, const bool Random=true) |
!!!!! MYUNGHWAN, CHECK! | |
static int | RemoveNodeNoise (PNGraph &Graph, const double &Rate, const bool Random=true) |
static int | FlipEdgeNoise (PNGraph &Graph, const int &NEdges, const bool Random=true) |
static int | FlipEdgeNoise (PNGraph &Graph, const double &Rate, const bool Random=true) |
static int | RemoveEdgeNoise (PNGraph &Graph, const int &NEdges) |
static int | RemoveEdgeNoise (PNGraph &Graph, const double &Rate) |
TKronNoise::TKronNoise | ( | ) | [inline] |
int TKronNoise::FlipEdgeNoise | ( | PNGraph & | Graph, |
const int & | NEdges, | ||
const bool | Random = true |
||
) | [static] |
int TKronNoise::FlipEdgeNoise | ( | PNGraph & | Graph, |
const double & | Rate, | ||
const bool | Random = true |
||
) | [static] |
int TKronNoise::RemoveEdgeNoise | ( | PNGraph & | Graph, |
const int & | NEdges | ||
) | [static] |
int TKronNoise::RemoveEdgeNoise | ( | PNGraph & | Graph, |
const double & | Rate | ||
) | [static] |
int TKronNoise::RemoveNodeNoise | ( | PNGraph & | Graph, |
const int & | NNodes, | ||
const bool | Random = true |
||
) | [static] |
!!!!! MYUNGHWAN, CHECK!
int TKronNoise::RemoveNodeNoise | ( | PNGraph & | Graph, |
const double & | Rate, | ||
const bool | Random = true |
||
) | [static] |