Schnittstelle IStringMatchingAlgorithm


public interface IStringMatchingAlgorithm
classes implementing this interface need to be thread safe
Autor:
Christian Schack, geidell
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    double
    match(String str1, String str2)
    Matches the to given String and returns a value which represents the probability of equality of the given strings
    must return 1 if the strings are equal, a value between 0 and 1 else
  • Methodendetails

    • match

      double match(String str1, String str2)
      Matches the to given String and returns a value which represents the probability of equality of the given strings
      must return 1 if the strings are equal, a value between 0 and 1 else
      Parameter:
      str1 -
      str2 -
      Gibt zurück: