Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PassageQNode Class Reference

Implements the PASSAGEN operator. More...

#include <QueryNode.hpp>

Inheritance diagram for PassageQNode:

ProxNode QueryNode List of all members.

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.


Detailed Description

Implements the PASSAGEN operator.

Evaluates to the maximum of the passage scores for the document normalized by the window size..


Constructor & Destructor Documentation

PassageQNode::PassageQNode int    size,
double    w
[inline]
 

virtual PassageQNode::~PassageQNode   [inline, virtual]
 


Member Function Documentation

virtual double PassageQNode::eval const DocumentRep   dR const [inline, virtual]
 

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.

virtual void PassageQNode::updateDocList int    numDocs [inline, virtual]
 

Intersect the doc lists of the children of this node.

Reimplemented from ProxNode.


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:50 2004 for Lemur Toolkit by doxygen1.2.18