#include <WeightedAndNode.hpp>
Inheritance diagram for WeightedAndNode:
Public Methods | |
WeightedAndNode (const std::string &name) | |
void | addChild (double weight, BeliefNode *node) |
void | setThreshold (double threshold) |
int | nextCandidateDocument () |
double | maximumScore () |
double | maximumBackgroundScore () |
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) |
const std::string & | getName () const |
|
|
|
|
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |
|
Implements SkippingCapableNode. |