Package elki.index.preprocessed.knn
Class MaterializeKNNAndRKNNPreprocessor.Factory<O>
- java.lang.Object
 - 
- elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory<O>
 - 
- elki.index.preprocessed.knn.MaterializeKNNPreprocessor.Factory<O>
 - 
- elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor.Factory<O>
 
 
 
 
- 
- Type Parameters:
 O- The object type
- All Implemented Interfaces:
 IndexFactory<O>
- Enclosing class:
 - MaterializeKNNAndRKNNPreprocessor<O>
 
public static class MaterializeKNNAndRKNNPreprocessor.Factory<O> extends MaterializeKNNPreprocessor.Factory<O>
The parameterizable factory.- Author:
 - Elke Achtert
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaterializeKNNAndRKNNPreprocessor.Factory.Par<O>Parameterization class. 
- 
Field Summary
- 
Fields inherited from class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
distance, DISTANCE_FUNCTION_ID, k, K_ID 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaterializeKNNAndRKNNPreprocessor<O>instantiate(Relation<O> relation)Sets the database in the distance function of this index (if existing).- 
Methods inherited from class elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
getDistance, getInputTypeRestriction 
 - 
 
 - 
 
- 
- 
Method Detail
- 
instantiate
public MaterializeKNNAndRKNNPreprocessor<O> instantiate(Relation<O> relation)
Description copied from interface:IndexFactorySets the database in the distance function of this index (if existing).- Specified by:
 instantiatein interfaceIndexFactory<O>- Overrides:
 instantiatein classMaterializeKNNPreprocessor.Factory<O>- Parameters:
 relation- the relation to index
 
 - 
 
 -