#include <QueryNode.hpp>
Inheritance diagram for SumQnode:
Public Methods | |
SumQnode (double wt) | |
virtual | ~SumQnode () |
virtual double | eval (const DocumentRep *dRep) const |
|
|
|
|
|
Score this node as the sum of the scores of its children divided by the number of children. Implements QueryNode. |