#include <PriorNode.hpp>
Inheritance diagram for PriorNode:
Public Methods | |
PriorNode (const std::string &name, FieldIteratorNode *field, const std::map< int, indri::lang::PriorNode::tuple_type > &table) | |
~PriorNode () | |
int | nextCandidateDocument () |
bool | hasMatch (int documentID) |
const 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 () |
const std::string & | getName () const |
|
|
|
|
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |