[][src]Module vindicator::fuser

Late fusion algorithms.

Functions

comb_max

CombMAX algorithm

comb_mnz

CombMNZ algorithm

comb_sum

CombSUM algorithm

fuse_scored

Combines multiple scored results with a score-based fusion algorithm.

fuse_scored_lists

Combines two lists of scored results with a score-based fusion algorithm. Since it's score based, this is equivalent to chaining the two lists together and calling fuse_scored.