#include <StructQueryRep.hpp>
Inheritance diagram for OdnQNode:
Public Methods | |
OdnQNode (int size, double w, double d) | |
virtual | ~OdnQNode () |
virtual double | eval (DocumentRep *dRep) |
Score as the proximityScore for this document representation. | |
Public Attributes | |
int | winSize |
Window size for the operator. | |
Protected Attributes | |
double | dw |
The default score. |
|
|
|
|
|
Score as the proximityScore for this document representation.
Implements QueryNode. |
|
The default score.
|
|
Window size for the operator.
|