Class FuzzyScoreObject

java.lang.Object
org.heigit.ohsome.ohsomeapi.inputprocessing.FuzzyScoreObject

public class FuzzyScoreObject extends Object
Holds those variables which are relevant for the string similarity algorithm 'Fuzzy Score'.
  • Constructor Details

    • FuzzyScoreObject

      public FuzzyScoreObject(BigDecimal fuzzyScore, String possibleParameter)
  • Method Details

    • getFuzzyScore

      public BigDecimal getFuzzyScore()
    • getPossibleParameter

      public String getPossibleParameter()