public static class MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer<O extends NumberVector<?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry> extends AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<O,D>
distanceFunction, k
Constructor and Description |
---|
MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O,D,N,E> |
makeInstance()
Make an instance after successful configuration.
|
makeOptions
configure, make
public MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer()
protected MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O,D,N,E> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<O extends NumberVector<?>,D extends Distance<D>>