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