public static class CacheFloatDistanceInOnDiskMatrix.Parameterizer<O,D extends NumberDistance<D,?>> extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
private Database |
database
Holds the database connection to have the algorithm run with.
|
private DistanceFunction<O,D> |
distance
Distance function that is to be cached.
|
private File |
out
Output file.
|
INPUT_ID, OUTPUT_ID
Constructor and Description |
---|
CacheFloatDistanceInOnDiskMatrix.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected CacheFloatDistanceInOnDiskMatrix<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configVerbose, getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile
configure, make
private Database database
private DistanceFunction<O,D extends NumberDistance<D,?>> distance
private File out
public CacheFloatDistanceInOnDiskMatrix.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractApplication.Parameterizer
config
- Parameterization to add options to.protected CacheFloatDistanceInOnDiskMatrix<O,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer