Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.application.cache

Utility applications for the persistence layer such as distance cache builders.

See:
          Description

Class Summary
CacheDoubleDistanceInOnDiskMatrix<O extends DatabaseObject,D extends NumberDistance<D,N>,N extends Number> Wrapper to convert a traditional text-serialized result into a on-disk matrix for random access.
CacheFloatDistanceInOnDiskMatrix<O extends DatabaseObject,D extends NumberDistance<D,N>,N extends Number> Wrapper to convert a traditional text-serialized result into a on-disk matrix for random access.
 

Package de.lmu.ifi.dbs.elki.application.cache Description

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)


Release 0.3 (2010-03-31_1612)