Package elki.application.cache
Class CacheDoubleDistanceInOnDiskMatrix.Par<O>
- java.lang.Object
-
- elki.application.AbstractApplication.Par
-
- elki.application.cache.CacheDoubleDistanceInOnDiskMatrix.Par<O>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- CacheDoubleDistanceInOnDiskMatrix<O>
public static class CacheDoubleDistanceInOnDiskMatrix.Par<O> extends elki.application.AbstractApplication.ParParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static elki.utilities.optionhandling.OptionIDCACHE_IDParameter that specifies the name of the directory to be re-parsed.private elki.database.DatabasedatabaseData source to process.private elki.distance.Distance<? super O>distanceDistance function that is to be cached.static elki.utilities.optionhandling.OptionIDDISTANCE_IDParameter that specifies the name of the directory to be re-parsed.private java.nio.file.PathoutOutput file.
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)CacheDoubleDistanceInOnDiskMatrix<O>make()
-
-
-
Field Detail
-
CACHE_ID
public static final elki.utilities.optionhandling.OptionID CACHE_ID
Parameter that specifies the name of the directory to be re-parsed.
-
DISTANCE_ID
public static final elki.utilities.optionhandling.OptionID DISTANCE_ID
Parameter that specifies the name of the directory to be re-parsed.
-
database
private elki.database.Database database
Data source to process.
-
distance
private elki.distance.Distance<? super O> distance
Distance function that is to be cached.
-
out
private java.nio.file.Path out
Output file.
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
-
make
public CacheDoubleDistanceInOnDiskMatrix<O> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer- Specified by:
makein classelki.application.AbstractApplication.Par
-
-