
public abstract static class AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected NumberVectorDistanceFunction<? super O> |
distanceFunction
Distance function to use.
|
| Constructor and Description |
|---|
AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstanceprotected NumberVectorDistanceFunction<? super O> distanceFunction
public AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.