#include <CORIRetMethod.hpp>
Inheritance diagram for CORIDocRep:
Public Methods | |
CORIDocRep (int docID, Index &dbIndex, double *cwRatio, double TFfact=150, double TFbase=50, SimpleKLDocModel *smoother=NULL, UnigramLM *collectLM=NULL) | |
virtual | ~CORIDocRep () |
virtual double | termWeight (int termID, DocInfo *info) |
term weighting function
| |
virtual double | scoreConstant () |
doc-specific constant term in the scoring formula
| |
Private Attributes | |
Index & | ind |
int * | cwCounts |
SimpleKLDocModel * | dfSmooth |
UnigramLM * | collLM |
double | c05 |
double | idiv |
double | tnorm |
|
|
|
|
|
doc-specific constant term in the scoring formula
Implements DocumentRep. |
|
term weighting function
Implements DocumentRep. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|