#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::FiltReqQnode:
Public Member Functions | |
FiltReqQnode (double dbelief, double wt) | |
virtual | ~FiltReqQnode () |
virtual double | eval (const lemur::api::DocumentRep *dRep) const |
virtual void | updateDocList (int numDocs) |
Union the doc lists of the children of this node. |
|
|
|
|
|
Score as the score of its first child node if the scores of both children are greater than the default score, otherwise the default score. Implements lemur::retrieval::QueryNode. |
|
Union the doc lists of the children of this node.
Reimplemented from lemur::retrieval::BeliefNode. |