public static interface DistanceFunctions.EuclideanCoordinate
Modifier and Type | Method and Description |
---|---|
int |
dimensions()
The number of dimensions.
|
double |
get(int index)
A method to access the
index -th component of the coordinate. |
int dimensions()
double get(int index)
index
-th component of the coordinate.index
- The index of the component. Must be less than dimensions()
.Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.