Uses of Interface
com.intuit.fuzzymatcher.function.ScoringFunction
-
Packages that use ScoringFunction Package Description com.intuit.fuzzymatcher.function -
-
Uses of ScoringFunction in com.intuit.fuzzymatcher.function
Methods in com.intuit.fuzzymatcher.function that return ScoringFunction Modifier and Type Method Description static ScoringFunctionScoringFunction. getAverageScore()For all the childScores in a Match object it calculates the average.static ScoringFunctionScoringFunction. getExponentialAverageScore()Follows the same rules as "getAverageScore", and in addition if more than 1 children match above a score of 0.9, it exponentially increases the overall score by using a 1.5 exponentstatic ScoringFunctionScoringFunction. getExponentialWeightedAverageScore()This is the default scoring used to calculate the Document score by aggregating the child Element scores.static ScoringFunctionScoringFunction. getSimpleAverageScore()For all the childScores in a Match object it calculates the average.static ScoringFunctionScoringFunction. getWeightedAverageScore()Follows the same rules as "getAverageScore" and in addition applies weights to children.
-