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 OnDiskUpperTriangleMatrixDiskCacheBasedDoubleDistance. cacheThe distance matrixprotected OnDiskUpperTriangleMatrixDiskCacheBasedDoubleDistance.Par. cacheThe distance matrixprivate OnDiskUpperTriangleMatrixDiskCacheBasedFloatDistance. cacheThe distance cacheprotected OnDiskUpperTriangleMatrixDiskCacheBasedFloatDistance.Par. cacheThe distance matrixConstructors in elki.distance.external with parameters of type OnDiskUpperTriangleMatrix Constructor Description DiskCacheBasedDoubleDistance(OnDiskUpperTriangleMatrix cache)Constructor.DiskCacheBasedFloatDistance(OnDiskUpperTriangleMatrix cache)Constructor.
-