#include <SingleRegrMergeMethod.hpp>
Inheritance diagram for SingleRegrMergeMethod:
Public Methods | |
SingleRegrMergeMethod (double constA=0.714, double constB=0.2857) | |
the default values of constA and constB are the values of CORI merging algorithm | |
~SingleRegrMergeMethod () | |
void | calcRegrParams (const IndexedRealVector &indexset, const DocScoreVector *centralscores, const DocScoreVector *const *scoresset) |
Protected Methods | |
virtual double | score (double dbscore, double docscore) const |
create a score for the merge based on the index ranking score and the document score | |
Protected Attributes | |
double | parama |
The model parameters. | |
double | paramb |
|
the default values of constA and constB are the values of CORI merging algorithm
|
|
|
|
calculate the single regression model for all the databases indexset are the database scores for selected databases centralsocres are the central documents scores retrieved by centralized sampling database scoresset are the distributed documents scores retrieved by individual databases |
|
create a score for the merge based on the index ranking score and the document score
Implements DistMergeMethod. |
|
The model parameters.
|
|
|