| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.distance.distancefunction.external |
Distance functions using external data sources.
|
| Modifier and Type | Field and Description |
|---|---|
private OnDiskUpperTriangleMatrix |
DiskCacheBasedDoubleDistanceFunction.cache
The distance matrix
|
protected OnDiskUpperTriangleMatrix |
DiskCacheBasedDoubleDistanceFunction.Parameterizer.cache |
private OnDiskUpperTriangleMatrix |
DiskCacheBasedFloatDistanceFunction.cache
The distance cache
|
protected OnDiskUpperTriangleMatrix |
DiskCacheBasedFloatDistanceFunction.Parameterizer.cache |
| Constructor and Description |
|---|
DiskCacheBasedDoubleDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor.
|
DiskCacheBasedFloatDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor.
|