#include <QueryNode.hpp>
Inheritance diagram for FiltReqQnode:
Public Methods | |
FiltReqQnode (double dbelief, double wt) | |
virtual | ~FiltReqQnode () |
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 score of its first child node if the scores of both children are greater than the default score, otherwise the default score. Implements QueryNode. |
|
Union the doc lists of the children of this node.
Reimplemented from BeliefNode. |