public class RectilinearMetric extends java.lang.Object implements Metric
Constructor and Description |
---|
RectilinearMetric() |
Modifier and Type | Method and Description |
---|---|
double |
distance(double[] x,
double[] y)
Calculate the distance between two n-dimensional points
(required by Metric).
|