Accumulate log scores additively. More...
Public Member Functions | |
ModAccumulator (int asize=ACCUMULATOR_SIZE) | |
Construct the ModAccumulator. |
Accumulate log scores additively.
This class is used to accumulate document scores by first taking the log of the scores, then using addition. This was used to try to avoid the huge scores produced by the CombinatorialAccumulator.