SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Go to the source code of this file.
Namespaces | |
TSnap | |
Main namespace for all the Snap global entities. | |
TSnap::TSnapDetail | |
Functions | |
double | TSnap::TSnapDetail::CalcEffDiam (const TIntFltKdV &DistNbrsCdfV, const double &Percentile=0.9) |
Helper function for computing a given Percentile of a (unnormalized) cumulative distribution function. More... | |
double | TSnap::TSnapDetail::CalcEffDiam (const TFltPrV &DistNbrsCdfV, const double &Percentile=0.9) |
Helper function for computing a given Percentile of a (unnormalized) cumulative distribution function. More... | |
double | TSnap::TSnapDetail::CalcEffDiamPdf (const TIntFltKdV &DistNbrsPdfV, const double &Percentile=0.9) |
Helper function for computing a given Percentile of a (unnormalized) probability distribution function. More... | |
double | TSnap::TSnapDetail::CalcEffDiamPdf (const TFltPrV &DistNbrsPdfV, const double &Percentile=0.9) |
Helper function for computing a given Percentile of a (unnormalized) probability distribution function. More... | |
double | TSnap::TSnapDetail::CalcAvgDiamPdf (const TIntFltKdV &DistNbrsPdfV) |
Helper function for computing the mean of a (unnormalized) probability distribution function. More... | |
double | TSnap::TSnapDetail::CalcAvgDiamPdf (const TFltPrV &DistNbrsPdfV) |
Helper function for computing the mean of a (unnormalized) probability distribution function. More... | |