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