#include <QueryNode.hpp>
Inheritance diagram for FiltRejQnode:
Public Methods | |
FiltRejQnode (double dbelief, double wt) | |
virtual | ~FiltRejQnode () |
virtual double | eval (const DocumentRep *dRep) const |
|
|
|
|
|
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. |