SNAP Library, User Reference  2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TKronNoise Class Reference

List of all members.

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)

Constructor & Destructor Documentation

TKronNoise::TKronNoise ( ) [inline]

Member Function Documentation

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]

The documentation for this class was generated from the following files: