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

lemur::retrieval::NotQnode Class Reference

Implements the NOT query operator. Evaluates to the 1 - the score of its child node. More...

#include <QueryNode.hpp>

Inheritance diagram for lemur::retrieval::NotQnode:

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

Public Member Functions

 NotQnode (double dbelief, double wt)
virtual ~NotQnode ()
virtual double eval (const lemur::api::DocumentRep *dRep) const
 Score as 1 - the score of the single child node.


Detailed Description

Implements the NOT query operator. Evaluates to the 1 - the score of its child node.


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

Score as 1 - the score of the single child node.

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