See: Description
Class | Description |
---|---|
CacheDoubleDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>> |
Precompute an on-disk distance matrix, using double precision.
|
CacheDoubleDistanceInOnDiskMatrix.Parameterizer<O,D extends NumberDistance<D,?>> |
Parameterization class.
|
CacheDoubleDistanceKNNLists<O,D extends NumberDistance<D,?>> |
Precompute the k nearest neighbors in a disk cache.
|
CacheDoubleDistanceKNNLists.Parameterizer<O,D extends NumberDistance<D,?>> |
Parameterization class.
|
CacheDoubleDistanceRangeQueries<O> |
Precompute the k nearest neighbors in a disk cache.
|
CacheDoubleDistanceRangeQueries.Parameterizer<O> |
Parameterization class.
|
CacheFloatDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>> |
Precompute an on-disk distance matrix, using double precision.
|
CacheFloatDistanceInOnDiskMatrix.Parameterizer<O,D extends NumberDistance<D,?>> |
Parameterization class.
|
Utility applications for the persistence layer such as distance cache builders.
CacheDoubleDistanceInOnDiskMatrix
and
CacheFloatDistanceInOnDiskMatrix
are conversion utilities that materialize an arbitrary distance into a binary distance
cache on the harddisk (using OnDiskUpperTriangleMatrix
)