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

lemur::retrieval::FiltRejQnode Class Reference

Implements the FILREJ query operator. This is the FILTER REJECT operator. Evaluates to the score of its first child node if the score of its second child is less than or equal to the default score, otherwise the default score. More...

#include <QueryNode.hpp>

Inheritance diagram for lemur::retrieval::FiltRejQnode:

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

Public Member Functions

 FiltRejQnode (double dbelief, double wt)
virtual ~FiltRejQnode ()
virtual double eval (const lemur::api::DocumentRep *dRep) const

Detailed Description

Implements the FILREJ query operator. This is the FILTER REJECT operator. Evaluates to the score of its first child node if the score of its second child is less than or equal to the default score, otherwise the default score.


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

Score as the score of its first child node if the score of its second child is less than or equal to the default score and the score of the first child is greater than the default score. Otherwise, return the default score.

Implements lemur::retrieval::QueryNode.


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