#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::BeliefNode:
Public Member Functions | |
BeliefNode (double wt) | |
BeliefNode (int id, double weight) | |
BeliefNode (double wt, double dbelief) | |
virtual | ~BeliefNode () |
virtual void | updateDocList (int numDocs) |
Union the doc lists of the children of this node. |
|
|
|
|
|
|
|
|
|
Union the doc lists of the children of this node.
Implements lemur::retrieval::QueryNode. Reimplemented in lemur::retrieval::BandQnode, and lemur::retrieval::FiltReqQnode. |