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