#include <OkapiRetMethod.hpp>
Inheritance diagram for OkapiDocRep:
Public Methods | |
OkapiDocRep (int docID,Index &dbIndex,OkapiParameter::TFParam ¶m) | |
virtual | ~OkapiDocRep () |
virtual double | termWeight (int termID,DocInfo *info) |
term weighting function
| |
double | BM25TF (double rawTF,double docLength) |
virtual double | scoreConstant () |
doc-specific constant term in the scoring formula
| |
Protected Attributes | |
Index& | ind |
OkapiParameter::TFParam& | prm |
|
|
|
|
|
|
|
doc-specific constant term in the scoring formula
Reimplemented from DocumentRep. |
|
term weighting function
Reimplemented from DocumentRep. |
|
|
|
|