public abstract class APointsetsMeasure extends AMeasure implements IPointsetsMeasure
| Modifier and Type | Field and Description |
|---|---|
protected static int |
computations |
static boolean |
USE_GREAT_ELLIPTIC_DISTANCE |
| Constructor and Description |
|---|
APointsetsMeasure() |
| Modifier and Type | Method and Description |
|---|---|
int |
getComputations() |
double |
getSimilarity(Object object1,
Object object2)
Returns the similarity between two objects.
|
static double |
pointToPointDistance(Point x,
Point y) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeDistance, getName, rungetRuntimeApproximation, getSimilarity, getTypepublic static boolean USE_GREAT_ELLIPTIC_DISTANCE
protected static int computations
public static double pointToPointDistance(Point x, Point y)
x - Point xy - Point ypublic double getSimilarity(Object object1, Object object2)
IMeasuregetSimilarity in interface IMeasurepublic int getComputations()
getComputations in interface IPointsetsMeasureCopyright © 2018. All rights reserved.