#include <CORIMergeMethod.hpp>
Inheritance diagram for lemur::distrib::CORIMergeMethod:
Public Member Functions | |
CORIMergeMethod (double constA=0.4, double constB=1.4) | |
~CORIMergeMethod () | |
Protected Member Functions | |
double | score (double dbscore, double docscore) const |
create a score for the merge based on the index ranking score and the document score | |
Private Attributes | |
double | A |
double | B |
Merge scores from individual databases, assuming that the scores we receive have already been normalized for this merge algorithm. See RetrievalMethod for database ranking algorithms (CORIRetMethod). See DistSearchMethod for multiple individual database retrieval.
|
|
|
|
|
create a score for the merge based on the index ranking score and the document score
Implements lemur::distrib::DistMergeMethod. |
|
|
|
|