|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.som.EuclideanDistance
public class EuclideanDistance
This class provides a distance measure, equivalent to the euclidian distance measure.
Constructor Summary | |
---|---|
EuclideanDistance()
|
Method Summary | |
---|---|
double |
getDistance(double[] point1,
double[] point2)
This method returns the distance between point1 and point2. |
double |
getDistance(int[] point1,
int[] point2)
This method returns the distance between point1 and point2. |
double |
getDistance(int[] point1,
int[] point2,
int[] dimensions)
Integer distance calculation regards the wrap around of the net (hypertorus) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EuclideanDistance()
Method Detail |
---|
public double getDistance(double[] point1, double[] point2)
DistanceFunction
getDistance
in interface DistanceFunction
public double getDistance(int[] point1, int[] point2)
DistanceFunction
getDistance
in interface DistanceFunction
public double getDistance(int[] point1, int[] point2, int[] dimensions)
getDistance
in interface DistanceFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |