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
kronecker.cpp File Reference

Functions

void GetMinMax (const TFltPrV &XYValV, double &Min, double &Max, const bool &ResetMinMax)
void PlotGrad (const TFltPrV &EstLLV, const TFltPrV &TrueLLV, const TVec< TFltPrV > &GradVV, const TFltPrV &AcceptV, const TStr &OutFNm, const TStr &Desc)
void PlotAutoCorrelation (const TFltV &ValV, const int &MaxK, const TStr &OutFNm, const TStr &Desc)
void McMcGetAvgAvg (const TFltV &AvgJV, double &AvgAvg)
void McMcGetAvgJ (const TVec< TFltV > &ChainLLV, TFltV &AvgJV)
void PlotTrueAndEst (const TStr &OutFNm, const TStr &Desc, const TStr &YLabel, const TFltPrV &EstV, const TFltPrV &TrueV)

Function Documentation

void GetMinMax ( const TFltPrV XYValV,
double &  Min,
double &  Max,
const bool &  ResetMinMax 
)
void McMcGetAvgAvg ( const TFltV AvgJV,
double &  AvgAvg 
)
void McMcGetAvgJ ( const TVec< TFltV > &  ChainLLV,
TFltV AvgJV 
)
void PlotAutoCorrelation ( const TFltV ValV,
const int &  MaxK,
const TStr OutFNm,
const TStr Desc 
)
void PlotGrad ( const TFltPrV EstLLV,
const TFltPrV TrueLLV,
const TVec< TFltPrV > &  GradVV,
const TFltPrV AcceptV,
const TStr OutFNm,
const TStr Desc 
)
void PlotTrueAndEst ( const TStr OutFNm,
const TStr Desc,
const TStr YLabel,
const TFltPrV EstV,
const TFltPrV TrueV 
)