
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 DistanceFunction<O,DoubleDistance> | 
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 InputStep | 
input
Data source to process. 
 | 
private File | 
out
Output file. 
 | 
private double | 
radius
Number of neighbors to precompute. 
 | 
static OptionID | 
RADIUS_ID
Parameter that specifies the query radius to precompute. 
 | 
DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID| Constructor and Description | 
|---|
CacheDoubleDistanceRangeQueries.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, getParameterOutputFileconfigure, makepublic static final OptionID CACHE_ID
 Key: -loader.diskcache
 
public static final OptionID DISTANCE_ID
 Key: -loader.distance
 
public static final OptionID RADIUS_ID
 Key: -loader.radius
 
private InputStep input
private DistanceFunction<O,DoubleDistance> distance
private double radius
private File out
public CacheDoubleDistanceRangeQueries.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected CacheDoubleDistanceRangeQueries<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractApplication.Parameterizer