#include <StructQueryRep.hpp>
Inheritance diagram for AndQnode:
Public Methods | |
AndQnode (double dbelief, double wt) | |
virtual | ~AndQnode () |
virtual double | eval (DocumentRep *dRep) |
Protected Attributes | |
double | dw |
the default score for a node. |
|
|
|
|
|
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. |
|
the default score for a node.
|