#include <QueryNode.hpp>
Inheritance diagram for BandQnode:
Public Methods | |
BandQnode (double dbelief, double w) | |
virtual | ~BandQnode () |
virtual double | eval (const 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 QueryNode. |
|
Union the doc lists of the children of this node.
Reimplemented from BeliefNode. |