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.ObjectParameterization 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.Factorymake()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:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Specified by:
makein interfaceParameterizer- Specified by:
makein classAbstractMaterializeKNNPreprocessor.Factory.Par<NumberVector>- Returns:
- a new instance
-
-