
public static class CacheFloatDistanceInOnDiskMatrix.Parameterizer<O,D extends NumberDistance<D,?>> extends AbstractApplication.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
private DistanceFunction<O,D> |
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,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFileconfigure, makeprivate InputStep input
private DistanceFunction<O,D extends NumberDistance<D,?>> distance
private File out
public CacheFloatDistanceInOnDiskMatrix.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected CacheFloatDistanceInOnDiskMatrix<O,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractApplication.Parameterizer