#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::BandNotQnode:
Public Member Functions | |
BandNotQnode (double dbelief, double wt) | |
virtual | ~BandNotQnode () |
virtual double | eval (const lemur::api::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, otherwise 0. Implements lemur::retrieval::QueryNode. |