#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::RawScorerNode:

Public Member Functions | |
| virtual Node * | copy (Copier &copier) |
| RawExtentNode * | getContext () |
| double | getContextSize () const |
| double | getOccurrences () const |
| RawExtentNode * | getRawExtent () |
| const std::string & | getSmoothing () const |
| virtual UINT64 | hashCode () const |
| void | pack (Packer &packer) |
| std::string | queryText () const |
| RawScorerNode (Unpacker &unpacker) | |
| RawScorerNode (RawExtentNode *raw, RawExtentNode *context, std::string smoothing="method:dirichlet,mu:2500") | |
| void | setContext (RawExtentNode *context) |
| void | setRawExtent (RawExtentNode *rawExtent) |
| void | setSmoothing (const std::string &smoothing) |
| void | setStatistics (double occurrences, double contextSize) |
| virtual std::string | typeName () const |
| void | walk (Walker &walker) |
Protected Attributes | |
| RawExtentNode * | _context |
| double | _contextSize |
| double | _maximumContextFraction |
| double | _occurrences |
| RawExtentNode * | _raw |
| std::string | _smoothing |
|
||||||||||||||||
|
|
|
|
|
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::NestedRawScorerNode, and indri::lang::ShrinkageScorerNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::NestedRawScorerNode, and indri::lang::ShrinkageScorerNode. |
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::ShrinkageScorerNode. |
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::ShrinkageScorerNode. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from indri::lang::Node. Reimplemented in indri::lang::NestedRawScorerNode, and indri::lang::ShrinkageScorerNode. |
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::ShrinkageScorerNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4