Modifier and Type | Field and Description |
---|---|
private Map<DBIDPair,D> |
distanceCache
The cache of precomputed distances between the database objects.
|
Constructor and Description |
---|
DistanceParsingResult(Map<DBIDPair,D> distanceCache)
Provides a list of database objects, a list of label objects associated
with these objects and cached distances between these objects.
|
Modifier and Type | Method and Description |
---|---|
Map<DBIDPair,D> |
getDistanceCache()
Returns the cache of precomputed distances between the database objects.
|
public DistanceParsingResult(Map<DBIDPair,D> distanceCache)
distanceCache
- the cache of precomputed distances between the
database objects