Package elki.distance.external
Distance functions using external data sources.
-
Interface Summary Interface Description DistanceParser Parse distances from an input stream into a distance cache for storing.DistanceParser.DistanceCacheWriter Interface to plug in the cache storage into the parser. -
Class Summary Class Description AsciiDistanceParser Parser for parsing one distance value per line.AsciiDistanceParser.Par Parameterization class.DiskCacheBasedDoubleDistance Distance function that is based on double distances given by a distance matrix of an external binary matrix file.DiskCacheBasedDoubleDistance.Par Parameterization class.DiskCacheBasedFloatDistance Distance function that is based on float distances given by a distance matrix of an external binary matrix file.DiskCacheBasedFloatDistance.Par Parameterization class.FileBasedSparseDoubleDistance Distance function that is based on double distances given by a distance matrix of an external ASCII file.FileBasedSparseDoubleDistance.Par Parameterization class.FileBasedSparseFloatDistance Distance function that is based on float distances given by a distance matrix of an external ASCII file.FileBasedSparseFloatDistance.Par Parameterization class.