Package elki.index.preprocessed.knn
Class CachedDoubleDistanceKNNPreprocessor.Factory<O>
- java.lang.Object
-
- elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory<O>
-
- elki.index.preprocessed.knn.CachedDoubleDistanceKNNPreprocessor.Factory<O>
-
- Type Parameters:
O
- The object type
- All Implemented Interfaces:
IndexFactory<O>
- Enclosing class:
- CachedDoubleDistanceKNNPreprocessor<O>
public static class CachedDoubleDistanceKNNPreprocessor.Factory<O> extends AbstractMaterializeKNNPreprocessor.Factory<O>
The parameterizable factory.- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CachedDoubleDistanceKNNPreprocessor.Factory.Par<O>
Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.Path
filename
Filename to load.-
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 CachedDoubleDistanceKNNPreprocessor<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 CachedDoubleDistanceKNNPreprocessor<O> instantiate(Relation<O> relation)
Description copied from interface:IndexFactory
Sets the database in the distance function of this index (if existing).- Specified by:
instantiate
in interfaceIndexFactory<O>
- Specified by:
instantiate
in classAbstractMaterializeKNNPreprocessor.Factory<O>
- Parameters:
relation
- the relation to index
-
-