Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

talker.cc File Reference

#include <fstream>
#include <sstream>
#include <sys/stat.h>
#include "talker.h"
#include <gsl/gsl_randist.h>

Include dependency graph for talker.cc:

Include dependency graph

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 []


Detailed Description

This file contains the member functions for the class Talker.

Definition in file talker.cc.


Define Documentation

#define EQUIV_SIZE   1024
 

Definition at line 961 of file talker.cc.

Referenced by Talker::LoadLeaves().


Function Documentation

bool greater_LeafCountsStruct const LeafCountsStruct    x,
const LeafCountsStruct    y
 

Used for sorting in PropagateLeafCounts().

Definition at line 387 of file talker.cc.

References LeafCountsStruct::id.

Referenced by Talker::PropagateLeafCounts().


Variable Documentation

char helptext[] [static]
 

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().

int num_docs_processed
 

Definition at line 153 of file talker.cc.

Referenced by Ripper::ParseCmdLineArgs(), Ripper::PrintStatistics(), Talker::PrintStatistics(), and Ripper::RipRepository().


Generated on Wed May 29 11:37:22 2002 for MarkovPR by doxygen1.2.15