Package samer.mds
Interface MDS.Metric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double
d(double[] x, double[] y, double[] r)
return distance between x and y, put y-x in r
-
Modifier and Type | Method and Description |
---|---|
double |
d(double[] x,
double[] y,
double[] r)
return distance between x and y, put y-x in r
|