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

Public Member Functions | |
| RawScorerNode (RawExtentNode *raw, RawExtentNode *context, std::string smoothing="method:dirichlet, mu:2500") | |
| RawScorerNode (Unpacker &unpacker) | |
| virtual std::string | typeName () const |
| std::string | queryText () const |
| virtual UINT64 | hashCode () const |
| double | getOccurrences () const |
| double | getContextSize () const |
| int | getDocumentOccurrences () const |
| int | getDocumentCount () const |
| const std::string & | getSmoothing () const |
| void | setStatistics (double occurrences, double contextSize, int documentOccurrences, int documentCount) |
| void | setContext (RawExtentNode *context) |
| void | setRawExtent (RawExtentNode *rawExtent) |
| void | setSmoothing (const std::string &smoothing) |
| RawExtentNode * | getContext () |
| RawExtentNode * | getRawExtent () |
| void | pack (Packer &packer) |
| void | walk (Walker &walker) |
| virtual Node * | copy (Copier &copier) |
Protected Attributes | |
| double | _occurrences |
| double | _contextSize |
| double | _maximumContextFraction |
| int | _documentOccurrences |
| int | _documentCount |
| RawExtentNode * | _raw |
| RawExtentNode * | _context |
| 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.3.4