| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.distance.distancefunction.external |
Distance functions using external data sources
|
| Class and Description |
|---|
| AsciiDistanceParser
Parser for parsing one distance value per line.
|
| DiskCacheBasedDoubleDistanceFunction
Distance function that is based on double distances given by a distance
matrix of an external binary matrix file.
|
| DiskCacheBasedFloatDistanceFunction
Distance function that is based on float distances given by a distance matrix
of an external binary matrix file.
|
| DistanceCacheWriter
Interface to plug in the cache storage into the parser.
|
| DistanceParser
A DistanceParser shall provide a DistanceParsingResult by parsing an
InputStream.
|
| FileBasedSparseDoubleDistanceFunction
Distance function that is based on double distances given by a distance
matrix of an external ASCII file.
|
| FileBasedSparseFloatDistanceFunction
Distance function that is based on float distances given by a distance matrix
of an external ASCII file.
|
Copyright © 2019 ELKI Development Team. License information.