public static class CacheFloatDistanceInOnDiskMatrix.Parameterizer<O> extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
private DistanceFunction<O> |
distance
Distance function that is to be cached.
|
private InputStep |
input
Data source to process.
|
private File |
out
Output file.
|
DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID
Constructor and Description |
---|
CacheFloatDistanceInOnDiskMatrix.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected CacheFloatDistanceInOnDiskMatrix<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile
configure, make
private InputStep input
private DistanceFunction<O> distance
private File out
public CacheFloatDistanceInOnDiskMatrix.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected CacheFloatDistanceInOnDiskMatrix<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.