Package elki.index.preprocessed.knn
Class SpatialApproximationMaterializeKNNPreprocessor.Factory.Par
- java.lang.Object
-
- elki.index.preprocessed.knn.SpatialApproximationMaterializeKNNPreprocessor.Factory.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- SpatialApproximationMaterializeKNNPreprocessor.Factory
public static class SpatialApproximationMaterializeKNNPreprocessor.Factory.Par extends java.lang.Object
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory.Par
distance, k
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpatialApproximationMaterializeKNNPreprocessor.Factory
make()
Make an instance after successful configuration.-
Methods inherited from class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory.Par
configure
-
-
-
-
Method Detail
-
make
public SpatialApproximationMaterializeKNNPreprocessor.Factory make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Specified by:
make
in interfaceParameterizer
- Specified by:
make
in classAbstractMaterializeKNNPreprocessor.Factory.Par<NumberVector>
- Returns:
- a new instance
-
-