#include <ListAccumulator.hpp>
Inheritance diagram for indri::infnet::ListAccumulator:
Public Member Functions | |
ListAccumulator (const std::string &name, ListIteratorNode &counted) | |
~ListAccumulator () | |
const ListIteratorNode * | getCountedNode () const |
const EvaluatorNode::MResults & | getResults () |
const std::string & | getName () const |
void | evaluate (lemur::api::DOCID_T documentID, int documentLength) |
lemur::api::DOCID_T | nextCandidateDocument () |
void | indexChanged (indri::index::Index &index) |
Private Attributes | |
ListIteratorNode & | _counted |
std::string | _name |
EvaluatorNode::MResults | _results |
std::vector< indri::api::ScoredExtentResult > * | _resultVector |
|
|
|
|
|
Implements indri::infnet::EvaluatorNode. |
|
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
Implements indri::infnet::EvaluatorNode. |
|
Implements indri::infnet::InferenceNetworkNode. |
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
|
|
|
|
|
|