Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

lemur::retrieval::FiltReqQnode Class Reference

Implements the FILREQ query operator. This is the FILTER REQUIRE operator. Evaluates to the score of its first child node if the scores of both children are greater than the default score, otherwise the default score. More...

#include <QueryNode.hpp>

Inheritance diagram for lemur::retrieval::FiltReqQnode:

lemur::retrieval::BeliefNode lemur::retrieval::QueryNode List of all members.

Public Member Functions

 FiltReqQnode (double dbelief, double wt)
virtual ~FiltReqQnode ()
virtual double eval (const lemur::api::DocumentRep *dRep) const
virtual void updateDocList (int numDocs)
 Union the doc lists of the children of this node.


Detailed Description

Implements the FILREQ query operator. This is the FILTER REQUIRE operator. Evaluates to the score of its first child node if the scores of both children are greater than the default score, otherwise the default score.


Constructor & Destructor Documentation

lemur::retrieval::FiltReqQnode::FiltReqQnode double  dbelief,
double  wt
[inline]
 

virtual lemur::retrieval::FiltReqQnode::~FiltReqQnode  )  [inline, virtual]
 


Member Function Documentation

virtual double lemur::retrieval::FiltReqQnode::eval const lemur::api::DocumentRep dRep  )  const [inline, virtual]
 

Score as the score of its first child node if the scores of both children are greater than the default score, otherwise the default score.

Implements lemur::retrieval::QueryNode.

virtual void lemur::retrieval::FiltReqQnode::updateDocList int  numDocs  )  [inline, virtual]
 

Union the doc lists of the children of this node.

Reimplemented from lemur::retrieval::BeliefNode.


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:06 2010 for Lemur by doxygen 1.3.4