Uses of Class
com.intuit.fuzzymatcher.domain.Score
-
Packages that use Score Package Description com.intuit.fuzzymatcher.domain com.intuit.fuzzymatcher.function -
-
Uses of Score in com.intuit.fuzzymatcher.domain
Methods in com.intuit.fuzzymatcher.domain that return Score Modifier and Type Method Description ScoreMatch. getScore()Methods in com.intuit.fuzzymatcher.domain that return types with arguments of type Score Modifier and Type Method Description java.util.function.BiFunction<Match,List<Score>,Score>Document. getScoringFunction()java.util.function.BiFunction<Match,List<Score>,Score>Document. getScoringFunction()java.util.function.BiFunction<Match,List<Score>,Score>Element. getScoringFunction()java.util.function.BiFunction<Match,List<Score>,Score>Element. getScoringFunction()java.util.function.BiFunction<Match,List<Score>,Score>Matchable. getScoringFunction()java.util.function.BiFunction<Match,List<Score>,Score>Matchable. getScoringFunction()Method parameters in com.intuit.fuzzymatcher.domain with type arguments of type Score Modifier and Type Method Description voidMatch. setScore(List<Score> childScores)Constructor parameters in com.intuit.fuzzymatcher.domain with type arguments of type Score Constructor Description Match(T t, T matchedWith, List<Score> childScores) -
Uses of Score in com.intuit.fuzzymatcher.function
Methods in com.intuit.fuzzymatcher.function that return types with arguments of type Score Modifier and Type Method Description static List<Score>ScoringFunction. getNonPerfectMatchedElement(List<Score> childScoreList)static List<Score>ScoringFunction. getPerfectMatchedElement(List<Score> childScoreList)Method parameters in com.intuit.fuzzymatcher.function with type arguments of type Score Modifier and Type Method Description static List<Score>ScoringFunction. getNonPerfectMatchedElement(List<Score> childScoreList)static List<Score>ScoringFunction. getPerfectMatchedElement(List<Score> childScoreList)static doubleScoringFunction. getSumOfResult(List<Score> childScoreList)static doubleScoringFunction. getSumOfWeightedResult(List<Score> childScoreList)static doubleScoringFunction. getSumOfWeights(List<Score> childScoreList)
-