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.
|
FileBasedDoubleDistanceFunction
Distance function that is based on double distances given by a distance
matrix of an external ASCII file.
|
FileBasedFloatDistanceFunction
Distance function that is based on float distances given by a distance matrix
of an external ASCII file.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.