SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Graph Utilities. More...
#include <util.h>
Static Public Member Functions | |
static void | GetCdf (const TIntPrV &PdfV, TIntPrV &CdfV) |
static void | GetCdf (const TFltPrV &PdfV, TFltPrV &CdfV) |
static void | GetCdf (const TIntFltKdV &PdfV, TIntFltKdV &CdfV) |
static TIntPrV | GetCdf (const TIntPrV &PdfV) |
static TFltPrV | GetCdf (const TFltPrV &PdfV) |
static void | GetCCdf (const TIntPrV &PdfV, TIntPrV &CCdfV) |
static void | GetCCdf (const TFltPrV &PdfV, TFltPrV &CCdfV) |
static void | GetCCdf (const TIntFltKdV &PdfV, TIntFltKdV &CCdfV) |
static TIntPrV | GetCCdf (const TIntPrV &PdfV) |
static TFltPrV | GetCCdf (const TFltPrV &PdfV) |
static void | GetPdf (const TIntPrV &CdfV, TIntPrV &PdfV) |
static void | GetPdf (const TFltPrV &CdfV, TFltPrV &PdfV) |
static void | GetPdf (const TIntFltKdV &CdfV, TIntFltKdV &PdfV) |
static void | Normalize (TFltPrV &PdfV) |
static void | Normalize (TIntFltKdV &PdfV) |
static void | MakeExpBins (const TFltPrV &XYValV, TFltPrV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1) |
static void | MakeExpBins (const TFltKdV &XYValV, TFltKdV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1) |
static void | MakeExpBins (const TFltV &YValV, TFltV &ExpYValV, const double &BinFactor=1.01) |
static void | MakeExpBins (const TIntV &YValV, TIntV &ExpYValV, const double &BinFactor=1.01) |
|
static |
|
static |
|
static |
|
static |
Definition at line 99 of file util.cpp.
|
static |
Definition at line 103 of file util.cpp.
|
static |
|
static |
|
static |
|
static |