Package | Description |
---|---|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DistanceRankedObject<T>
Ranked object where the rank is based on distances.
|
class |
RankedAbstractMetaObject
Encapsulation of an object-distance pair with the distances to respective
sub-objects of a
MetaObject . |
class |
RankedAbstractObject
Encapsulation of an object-distance pair.
|
class |
RankedJoinObject
Ranked object encapsulating a pair of objects as a result of join operation.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<DistanceRanked> |
DistanceRanked.comparator
Default comparator that can be used on DistanceRanked objects.
|