Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDoubleVectorL1
Implementation of the
ObjectDoubleVector with an L1 (city-block) metric distance. |
class |
ObjectDoubleVectorL2
Implementation of the
ObjectDoubleVector with an L2 (Euclidean) metric distance. |
class |
ObjectVectorEMD
represents double[] data
|
Modifier and Type | Method and Description |
---|---|
static double[][] |
ObjectDoubleVector.getMinMaxForEveryCoord(AbstractObjectIterator<? extends ObjectDoubleVector> iterator)
Computes minimum and maximum values over every coordinate of vectors in the collection's
iterator.
|
static double[] |
ObjectDoubleVector.getMinMaxOverCoords(AbstractObjectIterator<? extends ObjectDoubleVector> iterator)
Computes minimum and maximum values over all coordinates of vectors in the collection's
iterator.
|