Uses of Class
adams.data.statistics.AbstractArrayDistance
-
Packages that use AbstractArrayDistance Package Description adams.data.statistics -
-
Uses of AbstractArrayDistance in adams.data.statistics
Subclasses of AbstractArrayDistance in adams.data.statistics Modifier and Type Class Description classArrayChebyshevDistanceCalculates the Chebyshev distance between the first array and the remaining arrays.classArrayEuclideanDistanceCalculates the Euclidean distance between the first array and the remaining arrays.classArrayManhattanDistanceCalculates the Manhattan distance between the first array and the remaining arrays.classArrayMinkowskiDistanceCalculates the Minkowski distance between the first array and the remaining arrays.
-