#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::FiltRejQnode:
Public Member Functions | |
FiltRejQnode (double dbelief, double wt) | |
virtual | ~FiltRejQnode () |
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 and the score of the first child is greater than the default score. Otherwise, return the default score. Implements lemur::retrieval::QueryNode. |