#include <OkapiTermScoreFunction.hpp>
Inheritance diagram for OkapiTermScoreFunction:

Public Methods | |
| OkapiTermScoreFunction (IndriIndex &index, int termID, double termWeight, double k1=1, double b=0.5) | |
| OkapiTermScoreFunction (double idf, double averageDocumentLength, double k1, double b) | |
| double | scoreOccurrence (int occurrences, int documentLength) |
| double | maximumScore (int maximumOccurrences, int minimumDocumentLength) |
| double | queryTermWeight (double queryK1, double queryB) |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Implements TermScoreFunction. |
1.2.18