Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

NullScorerNode Class Reference

#include <NullScorerNode.hpp>

Inheritance diagram for NullScorerNode:

BeliefNode QueryNode InferenceNetworkNode List of all members.

Public Methods

 NullScorerNode (const std::string &name, TermScoreFunction &scoreFunction)
int nextCandidateDocument ()
double maximumScore ()
double maximumBackgroundScore ()
bool hasMatch (int documentID)
const greedy_vector< ScoredExtentResult > & score (int documentID, int begin, int end, int documentLength)
void annotate (class Annotator &annotator, int documentID, int begin, int end)
const std::string & getName () const

Constructor & Destructor Documentation

NullScorerNode::NullScorerNode const std::string &    name,
TermScoreFunction   scoreFunction
 


Member Function Documentation

void NullScorerNode::annotate class Annotator   annotator,
int    documentID,
int    begin,
int    end
[virtual]
 

Implements BeliefNode.

const std::string & NullScorerNode::getName   [virtual]
 

Implements InferenceNetworkNode.

bool NullScorerNode::hasMatch int    documentID [virtual]
 

Implements BeliefNode.

double NullScorerNode::maximumBackgroundScore   [virtual]
 

Implements BeliefNode.

double NullScorerNode::maximumScore   [virtual]
 

Implements BeliefNode.

int NullScorerNode::nextCandidateDocument   [virtual]
 

Implements InferenceNetworkNode.

const greedy_vector< ScoredExtentResult > & NullScorerNode::score int    documentID,
int    begin,
int    end,
int    documentLength
[virtual]
 

Implements BeliefNode.


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:48 2004 for Lemur Toolkit by doxygen1.2.18