#include <QueryNode.hpp>
Inheritance diagram for PassageQNode:
Public Methods | |
PassageQNode (int size, double w) | |
virtual | ~PassageQNode () |
virtual double | eval (const DocumentRep *dR) const |
virtual void | updateDocList (int numDocs) |
Intersect the doc lists of the children of this node. |
Evaluates to the maximum of the passage scores for the document normalized by the window size..
|
|
|
|
|
Score as the maximum passage score for the document rep normalized by window size. The StructQueryDocRep provides passage iteration over the overlapping windows. The score for an individual passage is the sum of the scores of the children nodes. Reimplemented from ProxNode. |
|
Intersect the doc lists of the children of this node.
Reimplemented from ProxNode. |