Uses of Class
elki.index.preprocessed.knn.MaterializeKNNPreprocessor
-
Packages that use MaterializeKNNPreprocessor Package Description elki.index.preprocessed.knn Indexes providing KNN and rKNN data. -
-
Uses of MaterializeKNNPreprocessor in elki.index.preprocessed.knn
Subclasses of MaterializeKNNPreprocessor in elki.index.preprocessed.knn Modifier and Type Class Description classMaterializeKNNAndRKNNPreprocessor<O>A preprocessor for annotation of the k nearest neighbors and the reverse k nearest neighbors (and their distances) to each database object.Methods in elki.index.preprocessed.knn that return MaterializeKNNPreprocessor Modifier and Type Method Description MaterializeKNNPreprocessor<O>MaterializeKNNPreprocessor.Factory. instantiate(Relation<O> relation)
-