Interface IObjectDistanceCalculator<T>
-
- All Known Implementing Classes:
IntegerDistanceCalculator,LevenshteinStringDistanceCalculator
public interface IObjectDistanceCalculator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculate(T object, T other)
-