#include <TFIDFRetMethod.hpp>
Inheritance diagram for TFIDFDocRep:
Public Methods | |
TFIDFDocRep (DOCID_T docID, const Index &dbIndex, double *idfValue, TFIDFParameter::WeightParam ¶m) | |
virtual | ~TFIDFDocRep () |
virtual double | termWeight (TERMID_T termID, const DocInfo *info) const |
term weighting function
| |
virtual double | scoreConstant () const |
doc-specific constant term in the scoring formula
| |
double | docTFWeight (const double rawTF) const |
|
|
|
|
|
|
|
doc-specific constant term in the scoring formula
Implements DocumentRep. |
|
term weighting function
Implements DocumentRep. |