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

WeightedSumNode Class Reference

#include <WeightedSumNode.hpp>

Inheritance diagram for WeightedSumNode:

BeliefNode QueryNode InferenceNetworkNode List of all members.

Public Methods

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

Constructor & Destructor Documentation

WeightedSumNode::WeightedSumNode const std::string &    name
 


Member Function Documentation

void WeightedSumNode::addChild double    weight,
BeliefNode   child
 

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

Implements BeliefNode.

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

Implements InferenceNetworkNode.

bool WeightedSumNode::hasMatch int    documentID [virtual]
 

Implements BeliefNode.

double WeightedSumNode::maximumBackgroundScore   [virtual]
 

Implements BeliefNode.

double WeightedSumNode::maximumScore   [virtual]
 

Implements BeliefNode.

int WeightedSumNode::nextCandidateDocument   [virtual]
 

Implements InferenceNetworkNode.

const greedy_vector< ScoredExtentResult > & WeightedSumNode::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 13:00:01 2004 for Lemur Toolkit by doxygen1.2.18