public static interface NearnessMeasure.Measurer
Modifier and Type | Method and Description |
---|---|
double |
measureNearness(DoubleValuedIterator pt1,
DoubleValuedIterator pt2)
Calculates the "nearness" of the two points.
|
double measureNearness(DoubleValuedIterator pt1, DoubleValuedIterator pt2)
As long as distance ordering is preserved, it
is not necessary to return a true distance.
If a true distance is required, the
NearnessMeasure.nearnessToDistance(double)
method will be used to convert.
pt1
- one point in the measurementpt2
- the other point in the measurementCopyright © 2020 Actian Corporation. All rights reserved.