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