Package QueryProcessor.SF.ScoringFunction

Contains classes implementing different scoring functions.

See:
          Description

Class Summary
ScoringFunction Abstract class modelling a scoring function.
ScoringFunctionAVG Class for computing the average scoring function using the optimal assignment algorithm.
ScoringFunctionAVGGreedy Class for computing the average scoring function using the hill climbing assignment algorithm.
ScoringFunctionEMD Class for computing the EMD scoring function using the optimal transportation algorithm.
ScoringFunctionIRM Class for computing the IRM scoring function using the greedy transportation algorithm.
ScoringFunctionMIN Class for computing the MIN scoring function.
 

Package QueryProcessor.SF.ScoringFunction Description

Contains classes implementing different scoring functions.