|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.mds.core.EuclideanDistance
public class EuclideanDistance
Constructor Summary | |
---|---|
EuclideanDistance()
Creates a new instance of EuclideanDistance |
Method Summary | |
---|---|
double |
delta(int[] offsets1,
double[] values1,
int[] offsets2,
double[] values2)
Calculates the distance between two objects using l2-norm. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EuclideanDistance()
Method Detail |
---|
public double delta(int[] offsets1, double[] values1, int[] offsets2, double[] values2)
delta
in interface Measure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |