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