#include <TermFrequencyBeliefNode.hpp>
Inheritance diagram for TermFrequencyBeliefNode:
Public Methods | |
TermFrequencyBeliefNode (const std::string &name, indri::index::DocListFrequencyIterator &list, TermScoreFunction &scoreFunction, double maximumBackgroundScore, double maximumScore) | |
int | nextCandidateDocument () |
double | maximumBackgroundScore () |
double | maximumScore () |
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) |
const std::string & | getName () const |
|
|
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |