#include <QueryNode.hpp>
Inheritance diagram for AndQnode:
Public Methods | |
AndQnode (double dbelief, double wt) | |
virtual | ~AndQnode () |
virtual double | eval (const DocumentRep *dRep) const |
|
|
|
|
|
Score this node as the product of the scores of its children. If a child's score is less that the default score, the default score is used in the product instead of that childs score. Implements QueryNode. |