#include <sampler.h>
Inheritance diagram for PageRankSampler:
Public Methods | |
PageRankSampler (WebLinkGraph *agraph) | |
void | SetParameters (double epsilon) |
WebNodePtr | QEvolveFrom (WebNodePtr x) |
Returns the effect of a single random transition. If result is NULL, this means the new state is a LeafNode. More... | |
virtual char * | Name (char *buf) |
returns an identifying string in supplied buffer. More... |
Definition at line 91 of file sampler.h.
|
Definition at line 306 of file sampler.cc. References WebSampler::eps. |
|
returns an identifying string in supplied buffer.
Implements WebSampler. Definition at line 337 of file sampler.cc. References WebSampler::eps. |
|
Returns the effect of a single random transition. If result is NULL, this means the new state is a LeafNode.
Reimplemented from WebSampler. Definition at line 319 of file sampler.cc. References NULL, WebNode::NumberOfLeafLinks(), WebNode::NumberOfValidToLinks(), WebSampler::r, WebNode::ValidLeafLinkDirectly(), WebNode::ValidToLink(), and WebSampler::xleaf. |
|
Definition at line 310 of file sampler.cc. References WebSampler::ClearCounts(), WebSampler::eps, and WebSampler::graph. Referenced by Talker::ProcessCommand(). |