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 class
ArrayChebyshevDistance
Calculates the Chebyshev distance between the first array and the remaining arrays.class
ArrayEuclideanDistance
Calculates the Euclidean distance between the first array and the remaining arrays.class
ArrayManhattanDistance
Calculates the Manhattan distance between the first array and the remaining arrays.class
ArrayMinkowskiDistance
Calculates the Minkowski distance between the first array and the remaining arrays.
-