Uses of Interface
elki.index.RangeIndex
-
-
Uses of RangeIndex in elki.index
Subinterfaces of RangeIndex in elki.index Modifier and Type Interface Description interfaceDistancePriorityIndex<O>Interface for incremental priority-based search using distance functions. -
Uses of RangeIndex in elki.index.distancematrix
Classes in elki.index.distancematrix that implement RangeIndex Modifier and Type Class Description classPrecomputedDistanceMatrix<O>Distance matrix, for precomputing similarity for a small data set. -
Uses of RangeIndex in elki.index.idistance
Classes in elki.index.idistance that implement RangeIndex Modifier and Type Class Description classInMemoryIDistanceIndex<O>In-memory iDistance index, a metric indexing method using a reference point embedding. -
Uses of RangeIndex in elki.index.invertedlist
Classes in elki.index.invertedlist that implement RangeIndex Modifier and Type Class Description classInMemoryInvertedIndex<V extends NumberVector>Simple index using inverted lists, for cosine distance only. -
Uses of RangeIndex in elki.index.laesa
Classes in elki.index.laesa that implement RangeIndex Modifier and Type Class Description classLAESA<O>Linear Approximating and Eliminating Search Algorithm -
Uses of RangeIndex in elki.index.lsh
Classes in elki.index.lsh that implement RangeIndex Modifier and Type Class Description classInMemoryLSHIndex.InstanceInstance of a LSH index for a single relation. -
Uses of RangeIndex in elki.index.projected
Classes in elki.index.projected that implement RangeIndex 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 RangeIndex in elki.index.tree.metrical.covertree
Classes in elki.index.tree.metrical.covertree that implement RangeIndex Modifier and Type Class Description classCoverTree<O>Cover tree data structure (in-memory).classSimplifiedCoverTree<O>Simplified cover tree data structure (in-memory). -
Uses of RangeIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement RangeIndex Modifier and Type Class Description classMkAppTreeIndex<O>MkAppTree used as database index. -
Uses of RangeIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkcop that implement RangeIndex Modifier and Type Class Description classMkCoPTreeIndex<O>MkCoPTree used as database index. -
Uses of RangeIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkmax that implement RangeIndex Modifier and Type Class Description classMkMaxTreeIndex<O>MkMax tree -
Uses of RangeIndex in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mktab that implement RangeIndex Modifier and Type Class Description classMkTabTreeIndex<O>MkTabTree used as database index. -
Uses of RangeIndex in elki.index.tree.metrical.mtreevariants.mtree
Classes in elki.index.tree.metrical.mtreevariants.mtree that implement RangeIndex Modifier and Type Class Description classMTreeIndex<O>Class for using an m-tree as database index. -
Uses of RangeIndex in elki.index.tree.metrical.vptree
Classes in elki.index.tree.metrical.vptree that implement RangeIndex Modifier and Type Class Description classGNAT<O>Geometric Near-neighbor Access Tree (GNAT), also known as Multi Vantage Point Tree or MVP-Tree.classVPTree<O>Vantage Point Tree with no additional information -
Uses of RangeIndex in elki.index.tree.spatial.kd
Classes in elki.index.tree.spatial.kd that implement RangeIndex Modifier and Type Class Description classMemoryKDTree<O extends NumberVector>Implementation of a static in-memory K-D-tree.classMinimalisticMemoryKDTree<O extends NumberVector>Simple implementation of a static in-memory K-D-tree.classSmallMemoryKDTree<O extends NumberVector>Simple implementation of a static in-memory K-D-tree. -
Uses of RangeIndex in elki.index.tree.spatial.rstarvariants.deliclu
Classes in elki.index.tree.spatial.rstarvariants.deliclu that implement RangeIndex Modifier and Type Class Description classDeLiCluTreeIndex<O extends NumberVector>The common use of the DeLiClu tree: indexing number vectors. -
Uses of RangeIndex in elki.index.tree.spatial.rstarvariants.flat
Classes in elki.index.tree.spatial.rstarvariants.flat that implement RangeIndex Modifier and Type Class Description classFlatRStarTreeIndex<O extends NumberVector>The common use of the flat rstar tree: indexing number vectors. -
Uses of RangeIndex in elki.index.tree.spatial.rstarvariants.rdknn
Classes in elki.index.tree.spatial.rstarvariants.rdknn that implement RangeIndex 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. -
Uses of RangeIndex in elki.index.tree.spatial.rstarvariants.rstar
Classes in elki.index.tree.spatial.rstarvariants.rstar that implement RangeIndex Modifier and Type Class Description classRStarTreeIndex<O extends NumberVector>The common use of the rstar tree: indexing number vectors. -
Uses of RangeIndex in elki.index.vafile
Classes in elki.index.vafile that implement RangeIndex Modifier and Type Class Description classPartialVAFile<V extends NumberVector>PartialVAFile.classVAFile<V extends NumberVector>Vector-approximation file (VAFile)
-