|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.datasource.parser.DistanceParsingResult<D>
D - distance typepublic class DistanceParsingResult<D extends Distance<D>>

Provides a list of database objects and labels associated with these objects and a cache of precomputed distances between the database objects.
| Field Summary | |
|---|---|
private Map<DBIDPair,D> |
distanceCache
The cache of precomputed distances between the database objects. |
private MultipleObjectsBundle |
objects
Objects representation (DBIDs and/or external IDs) |
| Constructor Summary | |
|---|---|
DistanceParsingResult(MultipleObjectsBundle objectAndLabelList,
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. |
|
| Method Summary | |
|---|---|
Map<DBIDPair,D> |
getDistanceCache()
Returns the cache of precomputed distances between the database objects. |
MultipleObjectsBundle |
getObjects()
Get the objects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Map<DBIDPair,D extends Distance<D>> distanceCache
private MultipleObjectsBundle objects
| Constructor Detail |
|---|
public DistanceParsingResult(MultipleObjectsBundle objectAndLabelList,
Map<DBIDPair,D> distanceCache)
objectAndLabelList - the list of database objects and labels
associated with these objectsdistanceCache - the cache of precomputed distances between the
database objects| Method Detail |
|---|
public Map<DBIDPair,D> getDistanceCache()
public MultipleObjectsBundle getObjects()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||