public static class CacheDoubleDistanceRangeQueries.Parameterizer<O> extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
CACHE_ID
Parameter that specifies the name of the directory to be re-parsed.
|
private Database |
database
Data source to process.
|
private DistanceFunction<? super O> |
distance
Distance function that is to be cached.
|
static OptionID |
DISTANCE_ID
Parameter that specifies the name of the directory to be re-parsed.
|
private java.io.File |
out
Output file.
|
private double |
radius
Number of neighbors to precompute.
|
static OptionID |
RADIUS_ID
Parameter that specifies the query radius to precompute.
|
DATABASE_ID, DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected CacheDoubleDistanceRangeQueries<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile, parseDebugParameter
configure, make
public static final OptionID CACHE_ID
public static final OptionID DISTANCE_ID
public static final OptionID RADIUS_ID
private Database database
private DistanceFunction<? super O> distance
private double radius
private java.io.File out
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected CacheDoubleDistanceRangeQueries<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer
Copyright © 2019 ELKI Development Team. License information.