public interface DistanceFunction
| Modifier and Type | Method and Description |
|---|---|
double |
distance(TestingExample e1,
TestingExample e2)
Returns a real number "distance" between two
testing examples
|
double distance(TestingExample e1, TestingExample e2)
e1 - example 1e2 - example 2