#include <ContextSimpleCountAccumulator.hpp>
Inheritance diagram for indri::infnet::ContextSimpleCountAccumulator:

Public Member Functions | |
| ContextSimpleCountAccumulator (const std::string &nodeName, const std::vector< std::string > &terms, const std::string &field, const std::string &context) | |
| const std::string & | getName () const |
| const EvaluatorNode::MResults & | getResults () |
| int | getDocumentOccurrences () const |
| int | getDocumentCount () const |
| void | indexChanged (indri::index::Index &index) |
| void | evaluate (lemur::api::DOCID_T documentID, int documentLength) |
| lemur::api::DOCID_T | nextCandidateDocument () |
Private Member Functions | |
| void | _computeCounts (indri::index::Index &index) |
Private Attributes | |
| std::string | _name |
| std::vector< std::string > | _terms |
| std::string | _field |
| std::string | _context |
| UINT64 | _occurrences |
| UINT64 | _size |
| lemur::api::DOCID_T | _maximumDocument |
| int | _documentOccurrences |
| int | _documentCount |
| EvaluatorNode::MResults | _results |
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Implements indri::infnet::EvaluatorNode. |
|
|
|
|
|
|
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
Implements indri::infnet::EvaluatorNode. |
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4