V
- Vector typepublic static class SpacefillingMaterializeKNNPreprocessor.Factory.Parameterizer<V extends NumberVector> extends AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
(package private) List<SpatialSorter> |
curvegen
Spatial curve generators
|
static OptionID |
CURVES_ID
Parameter for choosing the space filling curves to use.
|
(package private) RandomFactory |
random
Random number generator.
|
static OptionID |
RANDOM_ID
Parameter for choosing the number of variants to use.
|
(package private) int |
variants
Number of variants to generate for each curve
|
static OptionID |
VARIANTS_ID
Parameter for choosing the number of variants to use.
|
(package private) double |
window
Curve window size
|
static OptionID |
WINDOW_ID
Parameter for setting the widows size multiplicator.
|
distanceFunction, k
Constructor and Description |
---|
SpacefillingMaterializeKNNPreprocessor.Factory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SpacefillingMaterializeKNNPreprocessor.Factory<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID CURVES_ID
public static final OptionID WINDOW_ID
public static final OptionID VARIANTS_ID
public static final OptionID RANDOM_ID
List<SpatialSorter> curvegen
double window
int variants
RandomFactory random
public SpacefillingMaterializeKNNPreprocessor.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected SpacefillingMaterializeKNNPreprocessor.Factory<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<V extends NumberVector>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.