#include <QueryNode.hpp>
Inheritance diagram for MaxQnode:
Public Methods | |
MaxQnode (double dbelief, double wt) | |
virtual | ~MaxQnode () |
virtual double | eval (const DocumentRep *dRep) const |
|
|
|
|
|
Score as the maximum of the scores of its child nodes and the default score. Implements QueryNode. |