| Interface | Description |
|---|---|
| DistanceCheck |
Interface for a class that can perform a check on the distance or error
between a pair of items to see if they match.
|
| Class | Description |
|---|---|
| HammingUtils |
Utilities for hamming distance calculations.
|
| ModelDistanceCheck |
Implementation of a
DistanceCheck that tests the distance against a
EstimatableModel. |
| ThresholdDistanceCheck |
Implementation of a
DistanceCheck that tests the distance against a
fixed threshold. |