Interface DistanceFunction<DATA>
-
- Type Parameters:
DATA
- The type of the data objects.
public interface DistanceFunction<DATA>
An object that can calculate the distance between two data objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
calculate(DATA data1, DATA data2)
-