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