Package | Description |
---|---|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
RankedSortedDistFunctionRerankingCollection<T extends AbstractObject>
Specialization of
RankedSortedDistFunctionCollection that remembers
the original ordering of the objects and allows to re-rank the results
using another distance function. |
Modifier and Type | Method and Description |
---|---|
static RankedSortedDistFunctionCollection<LocalAbstractObject> |
RankedSortedDistFunctionCollection.create(LocalAbstractObject rankingObject,
float originalDistanceWeight,
boolean rankInAdd,
int initialCapacity,
int maximalCapacity)
Creates an empty collection with the specified initial and maximal capacity.
|