Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectFloatUnitVector
This object uses static array of floats as its data content.
|
class |
ObjectFloatUnitVectorL2
Implementation of the
ObjectFloatUnitVector with an L2 (Euclidean) metric distance. |
class |
ObjectFloatVectorCosine
Implementation of the
ObjectFloatVector with a Cosine metric
distance. |
class |
ObjectFloatVectorL1
Implementation of the
ObjectFloatVector with an L1 (city-block) metric distance. |
class |
ObjectFloatVectorL2
Implementation of the
ObjectFloatVector with an L2 (Euclidean) metric distance. |
class |
ObjectFloatVectorLmax
Implementation of the
ObjectFloatVector with an L-max metric distance. |
class |
ObjectFloatVectorTunable
Implementation of the
ObjectFloatVector with an L2 (Euclidean) metric distance. |
class |
ObjectSignatureSQFD
Signatures
|
Modifier and Type | Method and Description |
---|---|
static float[][] |
ObjectFloatVector.getMinMaxForEveryCoord(AbstractObjectIterator<? extends ObjectFloatVector> iterator)
Computes minimum and maximum values over every coordinate of vectors in the collection's
iterator.
|
static float[] |
ObjectFloatVector.getMinMaxOverCoords(AbstractObjectIterator<? extends ObjectFloatVector> iterator)
Computes minimum and maximum values over all coordinates of vectors in the collection's
iterator.
|