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
The distance matrix
|
private OnDiskUpperTriangleMatrix |
DiskCacheBasedDoubleDistanceFunction.cache
The distance matrix
|
protected OnDiskUpperTriangleMatrix |
DiskCacheBasedDoubleDistanceFunction.Parameterizer.cache
The distance matrix
|
Constructor and Description |
---|
DiskCacheBasedDoubleDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor.
|
DiskCacheBasedFloatDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.