#include <WeightedSumNode.hpp>
Inheritance diagram for WeightedSumNode:
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 |
|
|
|
|
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |