#include "webnode.h"
#include "linkgraph.h"
#include <gsl/gsl_rng.h>
Include dependency graph for sampler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | DateBiasedPageRankSampler |
A WebSampler which implements page ranking by taking into account the relative age of linked-to documents. More... | |
union | DBScratchStruct |
A scratch structure used by DateBiasedPageRankSampler. More... | |
class | PageRankSampler |
A WebSampler which implements the standard PageRank chain. More... | |
class | TruncatedKleinbergSampler |
A WebSampler which implements an epsilon approximation of the Kleinberg hubs and authorities model. More... | |
class | WebSampler |
Abstract base class for all samplers. More... | |
Enumerations | |
enum | ktype { undef, hubs, auth } |
|
Definition at line 131 of file sampler.h. Referenced by Talker::ProcessCommand(), and TruncatedKleinbergSampler::SetParameters(). |