See: Description
Class | Description |
---|---|
CacheDoubleDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>> |
Wrapper to convert a traditional text-serialized result into a on-disk matrix
for random access.
|
CacheDoubleDistanceInOnDiskMatrix.Parameterizer<O,D extends NumberDistance<D,?>> |
Parameterization class.
|
CacheFloatDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>> |
Wrapper to convert a traditional text-serialized result into a on-disk matrix
for random access.
|
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
)