Uses of Class
elki.persistent.OnDiskUpperTriangleMatrix
-
Packages that use OnDiskUpperTriangleMatrix Package Description elki.distance.external Distance functions using external data sources. -
-
Uses of OnDiskUpperTriangleMatrix in elki.distance.external
Fields in elki.distance.external declared as OnDiskUpperTriangleMatrix Modifier and Type Field Description private OnDiskUpperTriangleMatrix
DiskCacheBasedDoubleDistance. cache
The distance matrixprotected OnDiskUpperTriangleMatrix
DiskCacheBasedDoubleDistance.Par. cache
The distance matrixprivate OnDiskUpperTriangleMatrix
DiskCacheBasedFloatDistance. cache
The distance cacheprotected OnDiskUpperTriangleMatrix
DiskCacheBasedFloatDistance.Par. cache
The distance matrixConstructors in elki.distance.external with parameters of type OnDiskUpperTriangleMatrix Constructor Description DiskCacheBasedDoubleDistance(OnDiskUpperTriangleMatrix cache)
Constructor.DiskCacheBasedFloatDistance(OnDiskUpperTriangleMatrix cache)
Constructor.
-