#include <DocumentRep.hpp>
Inheritance diagram for DocumentRep:
Public Methods | |
DocumentRep (int docID) | |
virtual | ~DocumentRep () |
virtual double | termWeight (int termID, DocInfo *info)=0 |
term weighting function
| |
virtual double | scoreConstant ()=0 |
doc-specific constant term in the scoring formula
| |
Protected Attributes | |
int | id |
|
|
|
|
|
doc-specific constant term in the scoring formula
Implemented in CORIDocRep, CosSimDocRep, OkapiDocRep, SimpleKLDocModel, StructQryDocRep, and TFIDFDocRep. |
|
term weighting function
Implemented in CORIDocRep, CosSimDocRep, OkapiDocRep, SimpleKLDocModel, StructQryDocRep, and TFIDFDocRep. |
|
|