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

MaxNode Class Reference

#include <MaxNode.hpp>

Inheritance diagram for MaxNode:

BeliefNode QueryNode InferenceNetworkNode List of all members.

Public Methods

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

Constructor & Destructor Documentation

MaxNode::MaxNode const std::string &    name [inline]
 

MaxNode::MaxNode const std::string &    name,
const std::vector< BeliefNode * > &    children
[inline]
 


Member Function Documentation

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

Implements BeliefNode.

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

Implements InferenceNetworkNode.

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

Implements BeliefNode.

double MaxNode::maximumBackgroundScore   [inline, virtual]
 

Implements BeliefNode.

double MaxNode::maximumScore   [inline, virtual]
 

Implements BeliefNode.

int MaxNode::nextCandidateDocument   [inline, virtual]
 

Implements InferenceNetworkNode.

greedy_vector<ScoredExtentResult>& MaxNode::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:45 2004 for Lemur Toolkit by doxygen1.2.18