|
Public Methods |
| ContextCountAccumulator (const std::string &name, UINT64 occurrences, UINT64 contextSize) |
| ContextCountAccumulator (const std::string &name, UINT64 occurrences, UINT64 contextSize, UINT64 maximumOccurrences, UINT64 minimumContextSize, UINT64 maximumContextSize, double maximumContextFraction) |
| ContextCountAccumulator (const std::string &name, ListCache *listCache, ListCache::CachedList *cache, ListIteratorNode *matches, UINT64 collectionSize, UINT64 maxDocumentLength) |
| ContextCountAccumulator (const std::string &name, ListCache *listCache, ListCache::CachedList *cache, ListIteratorNode *matches, ListIteratorNode *context) |
| ~ContextCountAccumulator () |
UINT64 | getOccurrences () const |
UINT64 | getContextSize () const |
const ListIteratorNode * | getContextNode () const |
const ListIteratorNode * | getMatchesNode () const |
const std::string & | getName () const |
const EvaluatorNode::MResults & | getResults () |
void | evaluate (int documentID, int documentLength) |
int | nextCandidateDocument () |