Package | Description |
---|---|
de.lmu.ifi.dbs.elki.distance.distancefunction.external |
Distance functions using external data sources.
|
Modifier and Type | Field and Description |
---|---|
private OnDiskUpperTriangleMatrix |
DiskCacheBasedFloatDistanceFunction.cache
The distance cache
|
protected OnDiskUpperTriangleMatrix |
DiskCacheBasedFloatDistanceFunction.Parameterizer.cache |
private OnDiskUpperTriangleMatrix |
DiskCacheBasedDoubleDistanceFunction.cache
The distance matrix
|
protected OnDiskUpperTriangleMatrix |
DiskCacheBasedDoubleDistanceFunction.Parameterizer.cache |
Constructor and Description |
---|
DiskCacheBasedDoubleDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor.
|
DiskCacheBasedFloatDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.