public static class EpsilonNeighborPredicate.Parameterizer<O,D extends Distance<D>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
(package private) DistanceFunction<O,D> |
distfun
Distance function to use
|
(package private) D |
epsilon
Range to query with
|
Constructor and Description |
---|
EpsilonNeighborPredicate.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected EpsilonNeighborPredicate<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
DistanceFunction<O,D extends Distance<D>> distfun
public EpsilonNeighborPredicate.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected EpsilonNeighborPredicate<O,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer