| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.distance.distancefunction.external |
Distance functions using external data sources.
|
| Class and Description |
|---|
| DiskCacheBasedDoubleDistanceFunction
Provides a DistanceFunction that is based on double distances given by a
distance matrix of an external file.
|
| DiskCacheBasedFloatDistanceFunction
Provides a DistanceFunction that is based on float distances given by a
distance matrix of an external file.
|
| DistanceParser
A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.
|
| DistanceParsingResult
Provides a list of database objects and labels associated with these objects
and a cache of precomputed distances between the database objects.
|
| FileBasedDoubleDistanceFunction
Provides a DistanceFunction that is based on double distances given by a
distance matrix of an external file.
|
| FileBasedFloatDistanceFunction
Provides a DistanceFunction that is based on float distances given by a
distance matrix of an external file.
|
| NumberDistanceParser
Provides a parser for parsing one distance value per line.
|