public static class KNNJoin.Parameterizer<V extends NumberVector,N extends SpatialNode<N,E>,E extends SpatialEntry> extends AbstractDistanceBasedAlgorithm.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
protected int |
k
K parameter.
|
static OptionID |
K_ID
Parameter that specifies the k-nearest neighbors to be assigned, must be an
integer greater than 0.
|
distanceFunction
Constructor and Description |
---|
KNNJoin.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected KNNJoin<V,N,E> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID K_ID
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected KNNJoin<V,N,E> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.