#include <fstream>
#include <sstream>
#include <sys/stat.h>
#include "talker.h"
#include <gsl/gsl_randist.h>
Include dependency graph for talker.cc:
Go to the source code of this file.
Compounds | |
struct | IDPair |
Defines | |
#define | EQUIV_SIZE 1024 |
Functions | |
bool | greater_LeafCountsStruct (const LeafCountsStruct x, const LeafCountsStruct y) |
Used for sorting in PropagateLeafCounts(). More... | |
Variables | |
int | num_docs_processed |
char | helptext [] |
Definition in file talker.cc.
|
Definition at line 961 of file talker.cc. Referenced by Talker::LoadLeaves(). |
|
Used for sorting in PropagateLeafCounts().
Definition at line 387 of file talker.cc. References LeafCountsStruct::id. Referenced by Talker::PropagateLeafCounts(). |
|
Initial value: "Available commands are:\n" "quit - exits the program\n" "help - displays this text\n" "info mem - displays memory usage statistics\n" "\n" "info sampler - displays information about the selected sampler\n" "set sampler pagerank epsilon - selects ordinary PageRank algorithm\n" "set sampler dateb epsilon lambda - selects date biased PageRank algorithm\n" "set sampler tkleinberg epsilon hubs|auth - selects truncated Kleinberg algorithm\n" "run sampler n - runs the current Markov chain sampler for n iterations\n" "load tags filename - tags all documents listed in filename\n" "run tagsampler n - runs the current sampler on tagged documents only\n" "reset counts - resets the Markov chain occupation counts\n" "save counts filename - prints the occupation counts in filename\n" "save tagcounts filename - prints the occupation counts for tagged documents only\n" "\n" "info graph - displays some statistics about the web graph\n" "save graph filename - prints the web link graph in filename\n" "" Definition at line 154 of file talker.cc. Referenced by Talker::ProcessCommand(). |
|
Definition at line 153 of file talker.cc. Referenced by Ripper::ParseCmdLineArgs(), Ripper::PrintStatistics(), Talker::PrintStatistics(), and Ripper::RipRepository(). |