public class LocalDistanceNCM extends LocalDistance
LocalDistance
Constructor and Description |
---|
LocalDistanceNCM() |
Modifier and Type | Method and Description |
---|---|
protected float |
distance(java.lang.Object a,
java.lang.Object b)
Abstract method to computeDistance the computeDistance between 'a' and 'b'.
|
computeDistance, setMissingMethod
protected float distance(java.lang.Object a, java.lang.Object b)
LocalDistance
distance
in class LocalDistance
a
- Object.b
- Object.