Uses of Interface
elki.index.RKNNIndex
-
Packages that use RKNNIndex Package Description elki.index.preprocessed.knn Indexes providing KNN and rKNN data.elki.index.projected Projected indexes for data.elki.index.tree.metrical.mtreevariants.mktrees.mkapp elki.index.tree.metrical.mtreevariants.mktrees.mkcop elki.index.tree.metrical.mtreevariants.mktrees.mkmax elki.index.tree.metrical.mtreevariants.mktrees.mktab elki.index.tree.spatial.rstarvariants.rdknn -
-
Uses of RKNNIndex in elki.index.preprocessed.knn
Classes in elki.index.preprocessed.knn that implement RKNNIndex 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. -
Uses of RKNNIndex in elki.index.projected
Classes in elki.index.projected that implement RKNNIndex Modifier and Type Class Description classLatLngAsECEFIndex<O extends NumberVector>Index a 2d data set (consisting of Lat/Lng pairs) by using a projection to 3D coordinates (WGS-86 to ECEF).classLngLatAsECEFIndex<O extends NumberVector>Index a 2d data set (consisting of Lng/Lat pairs) by using a projection to 3D coordinates (WGS-86 to ECEF).classProjectedIndex<O,I>Index data in an arbitrary projection. -
Uses of RKNNIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement RKNNIndex Modifier and Type Class Description classMkAppTreeIndex<O>MkAppTree used as database index. -
Uses of RKNNIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkcop that implement RKNNIndex Modifier and Type Class Description classMkCoPTreeIndex<O>MkCoPTree used as database index. -
Uses of RKNNIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkmax that implement RKNNIndex Modifier and Type Class Description classMkMaxTreeIndex<O>MkMax tree -
Uses of RKNNIndex in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mktab that implement RKNNIndex Modifier and Type Class Description classMkTabTreeIndex<O>MkTabTree used as database index. -
Uses of RKNNIndex in elki.index.tree.spatial.rstarvariants.rdknn
Classes in elki.index.tree.spatial.rstarvariants.rdknn that implement RKNNIndex Modifier and Type Class Description classRdKNNTree<O extends NumberVector>RDkNNTree is a spatial index structure based on the concepts of the R*-Tree supporting efficient processing of reverse k nearest neighbor queries.
-