#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
Reimplemented in OkapiDocRep, SimpleKLDocModel, and TFIDFDocRep. |
|
term weighting function
Reimplemented in OkapiDocRep, SimpleKLDocModel, and TFIDFDocRep. |
|
|