public class SymmetricHausdorffMeasure extends NaiveHausdorffMeasure
computationsUSE_GREAT_ELLIPTIC_DISTANCE| Constructor and Description |
|---|
SymmetricHausdorffMeasure() |
| Modifier and Type | Method and Description |
|---|---|
double |
computeDistance(Polygon X,
Polygon Y,
double threshold) |
String |
getName()
Returns name of a measure.
|
double |
getRuntimeApproximation(double mappingSize)
Returns the runtime approximation of a measure.
|
distance, getSimilarity, getType, rungetComputations, getSimilarity, pointToPointDistancepublic double computeDistance(Polygon X, Polygon Y, double threshold)
computeDistance in interface IPointsetsMeasurecomputeDistance in class NaiveHausdorffMeasurepublic String getName()
IMeasuregetName in interface IMeasuregetName in interface IPointsetsMeasuregetName in class NaiveHausdorffMeasurepublic double getRuntimeApproximation(double mappingSize)
IMeasuregetRuntimeApproximation in interface IMeasuregetRuntimeApproximation in class NaiveHausdorffMeasureCopyright © 2020. All rights reserved.