#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::BandQnode:
Public Member Functions | |
BandQnode (double dbelief, double w) | |
virtual | ~BandQnode () |
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 product of the scores of all child nodes. If any child node returns a score less than or equal to the default score, return 0. Implements lemur::retrieval::QueryNode. |
|
Union the doc lists of the children of this node.
Reimplemented from lemur::retrieval::BeliefNode. |