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 | 
|---|
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, makepublic static final OptionID K_ID
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>config - Parameterization to add options to.protected KNNJoin<V,N,E> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.