Uses of Class
elki.math.IntegerMinMax
-
Packages that use IntegerMinMax Package Description elki.math Mathematical operations and utilities used throughout the framework. -
-
Uses of IntegerMinMax in elki.math
Methods in elki.math that return IntegerMinMax Modifier and Type Method Description static IntegerMinMax[]
IntegerMinMax. newArray(int size)
Generate a new array of initialized IntegerMinMax objects (with default constructor)Methods in elki.math with parameters of type IntegerMinMax Modifier and Type Method Description void
IntegerMinMax. put(IntegerMinMax val)
Process a MinMax pair.
-