objectJaroMetric extends StringMetric[Double] with Product with Serializable
An implementation of the Jaro metric. One differing detail in this implementation is that if a character is matched
in string2, it cannot be matched upon again. This results in a more penalized distance in these scenarios.
Linear Supertypes
Serializable, Serializable, Product, Equals, StringMetric[Double], Metric[Array[Char], Double], AnyRef, Any
An implementation of the Jaro metric. One differing detail in this implementation is that if a character is matched in string2, it cannot be matched upon again. This results in a more penalized distance in these scenarios.