See: Description
| Interface | Description |
|---|---|
| SimilarityMeasure |
An interface for classes which measures the degree of similarity between two
Geometrys. |
| Class | Description |
|---|---|
| AreaSimilarityMeasure |
Measures the degree of similarity between two
Geometrys
using the area of intersection between the geometries. |
| FrechetSimilarityMeasure |
Measures the degree of similarity between two
Geometrys using the Fréchet distance metric. |
| HausdorffSimilarityMeasure |
Measures the degree of similarity between two
Geometrys
using the Hausdorff distance metric. |
| SimilarityMeasureCombiner |
Provides methods to mathematically combine
SimilarityMeasure values. |
Copyright © 2024. All rights reserved.