Package elki.index.preprocessed.knn
Class MaterializeKNNAndRKNNPreprocessor.Factory.Par<O>
- java.lang.Object
 - 
- elki.index.preprocessed.knn.MaterializeKNNPreprocessor.Factory.Par<O>
 - 
- elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor.Factory.Par<O>
 
 
 
- 
- All Implemented Interfaces:
 Parameterizer
- Enclosing class:
 - MaterializeKNNAndRKNNPreprocessor.Factory<O>
 
public static class MaterializeKNNAndRKNNPreprocessor.Factory.Par<O> extends MaterializeKNNPreprocessor.Factory.Par<O>
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 MaterializeKNNAndRKNNPreprocessor.Factory<O>make()Make an instance after successful configuration.- 
Methods inherited from class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory.Par
configure 
 - 
 
 - 
 
- 
- 
Method Detail
- 
make
public MaterializeKNNAndRKNNPreprocessor.Factory<O> 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- Overrides:
 makein classMaterializeKNNPreprocessor.Factory.Par<O>- Returns:
 - a new instance
 
 
 - 
 
 -