#include <NotNode.hpp>
Inheritance diagram for indri::infnet::NotNode:
Public Member Functions | |
NotNode (const std::string &name, BeliefNode *child) | |
double | maximumBackgroundScore () |
double | maximumScore () |
const indri::utility::greedy_vector< indri::api::ScoredExtentResult > & | score (lemur::api::DOCID_T documentID, indri::index::Extent &extent, int documentLength) |
bool | hasMatch (lemur::api::DOCID_T documentID) |
const indri::utility::greedy_vector< bool > & | hasMatch (lemur::api::DOCID_T documentID, const indri::utility::greedy_vector< indri::index::Extent > &extents) |
void | annotate (class Annotator &annotator, lemur::api::DOCID_T documentID, indri::index::Extent &extent) |
lemur::api::DOCID_T | nextCandidateDocument () |
void | indexChanged (indri::index::Index &index) |
const std::string & | getName () const |
virtual void | setSiblingsFlag (int f) |
Private Attributes | |
BeliefNode * | _child |
indri::utility::greedy_vector< indri::api::ScoredExtentResult > | _extents |
indri::utility::greedy_vector< bool > | _matches |
std::string | _name |
|
|
|
Implements indri::infnet::BeliefNode. |
|
Implements indri::infnet::InferenceNetworkNode. |
|
Implements indri::infnet::BeliefNode. |
|
Implements indri::infnet::BeliefNode. |
|
Implements indri::infnet::InferenceNetworkNode. |
|
Implements indri::infnet::BeliefNode. |
|
Implements indri::infnet::BeliefNode. |
|
Implements indri::infnet::InferenceNetworkNode. |
|
Implements indri::infnet::BeliefNode. |
|
sets the siblings flag (and counter) if the belief node has siblings Reimplemented from indri::infnet::BeliefNode. |
|
|
|
|
|
|
|
|