Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaObjectFixedWeightedSum
Abstract extension of the
MetaObjectFixed that implements the distance
as a weighted sum of the encapsulated objects. |
Modifier and Type | Method and Description |
---|---|
protected float |
MetaObjectFixedWeightedSum.getDistanceObjectImpl(int index,
MetaObjectFixed obj,
float distThreshold)
Computes the distance of the
index th fixed encapsulated object of this metaobject
to the index th fixed encapsulated object of the given obj . |