
public static class KNNDistanceOrder.Parameterizer<O,D extends Distance<D>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
| Modifier and Type | Field and Description |
|---|---|
protected int |
k |
protected double |
percentage |
distanceFunction| Constructor and Description |
|---|
KNNDistanceOrder.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected KNNDistanceOrder<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends Distance<D>>config - Parameterization to add options to.protected KNNDistanceOrder<O,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer