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

FiltRejQnode Class Reference

#include <QueryNode.hpp>

Inheritance diagram for FiltRejQnode:

BeliefNode QueryNode InferenceNetworkNode List of all members.

Public Methods

 FiltRejQnode (double dbelief, double wt)
virtual ~FiltRejQnode ()
virtual double eval (const 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

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

virtual FiltRejQnode::~FiltRejQnode   [inline, virtual]
 


Member Function Documentation

virtual double FiltRejQnode::eval const 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 QueryNode.


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