|
SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Functions | |
| double | WallClockTime () |
| template<class PGraph > | |
| void | ApproxContributionsBalanced (const PGraph &Graph, double JumpProb, int TargetNId, float ForwardSecondsRMaxRatio, TIntFltH &ResultEstimates, TIntFltH &ResultResiduals, float &ResultMaxResidual) |
| void anonymous_namespace{randwalk.h}::ApproxContributionsBalanced | ( | const PGraph & | Graph, |
| double | JumpProb, | ||
| int | TargetNId, | ||
| float | ForwardSecondsRMaxRatio, | ||
| TIntFltH & | ResultEstimates, | ||
| TIntFltH & | ResultResiduals, | ||
| float & | ResultMaxResidual | ||
| ) |
Definition at line 32 of file randwalk.h.
References TNGraph::TNodeI::GetInDeg(), TNGraph::TNodeI::GetInNId(), TMaxPriorityQueue< TVal >::GetMaxPriority(), TNGraph::TNodeI::GetOutDeg(), TMaxPriorityQueue< TVal >::GetPriorities(), TMaxPriorityQueue< TVal >::GetPriority(), TMaxPriorityQueue< TVal >::Insert(), TMaxPriorityQueue< TVal >::IsEmpty(), TMaxPriorityQueue< TVal >::PopMax(), TMaxPriorityQueue< TVal >::SetPriority(), and WallClockTime().
Referenced by TSnap::GetPersonalizedPageRankBidirectional().


| double anonymous_namespace{randwalk.h}::WallClockTime | ( | ) |
Definition at line 17 of file randwalk.h.
Referenced by ApproxContributionsBalanced(), and TSnap::GetPersonalizedPageRankBidirectional().
