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

FilterNode Class Reference

#include <FilterNode.hpp>

Inheritance diagram for FilterNode:

BeliefNode QueryNode InferenceNetworkNode List of all members.

Public Methods

 FilterNode (const std::string &name, BeliefNode *child, const std::vector< int > &documents)
int nextCandidateDocument ()
void annotate (Annotator &annotator, int documentID, int begin, int end)
const greedy_vector< ScoredExtentResult > & score (int documentID, int begin, int end, int documentLength)
double maximumScore ()
double maximumBackgroundScore ()
bool hasMatch (int documentID)
const std::string & getName () const

Constructor & Destructor Documentation

FilterNode::FilterNode const std::string &    name,
BeliefNode   child,
const std::vector< int > &    documents
[inline]
 


Member Function Documentation

void FilterNode::annotate Annotator   annotator,
int    documentID,
int    begin,
int    end
[inline, virtual]
 

Implements BeliefNode.

const std::string& FilterNode::getName   const [inline, virtual]
 

Implements InferenceNetworkNode.

bool FilterNode::hasMatch int    documentID [inline, virtual]
 

Implements BeliefNode.

double FilterNode::maximumBackgroundScore   [inline, virtual]
 

Implements BeliefNode.

double FilterNode::maximumScore   [inline, virtual]
 

Implements BeliefNode.

int FilterNode::nextCandidateDocument   [inline, virtual]
 

Implements InferenceNetworkNode.

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

Implements BeliefNode.


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