Uses of Interface
elki.index.RangeIndex
-
-
Uses of RangeIndex in elki.index
Subinterfaces of RangeIndex in elki.index Modifier and Type Interface Description interface
DistancePriorityIndex<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 class
PrecomputedDistanceMatrix<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 class
InMemoryIDistanceIndex<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 class
InMemoryInvertedIndex<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 class
LAESA<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 class
InMemoryLSHIndex.Instance
Instance 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 class
LatLngAsECEFIndex<O extends NumberVector>
Index a 2d data set (consisting of Lat/Lng pairs) by using a projection to 3D coordinates (WGS-86 to ECEF).class
LngLatAsECEFIndex<O extends NumberVector>
Index a 2d data set (consisting of Lng/Lat pairs) by using a projection to 3D coordinates (WGS-86 to ECEF).class
ProjectedIndex<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 class
CoverTree<O>
Cover tree data structure (in-memory).class
SimplifiedCoverTree<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 class
MkAppTreeIndex<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 class
MkCoPTreeIndex<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 class
MkMaxTreeIndex<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 class
MkTabTreeIndex<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 class
MTreeIndex<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 class
GNAT<O>
Geometric Near-neighbor Access Tree (GNAT), also known as Multi Vantage Point Tree or MVP-Tree.class
VPTree<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 class
MemoryKDTree<O extends NumberVector>
Implementation of a static in-memory K-D-tree.class
MinimalisticMemoryKDTree<O extends NumberVector>
Simple implementation of a static in-memory K-D-tree.class
SmallMemoryKDTree<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 class
DeLiCluTreeIndex<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 class
FlatRStarTreeIndex<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 class
RdKNNTree<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 class
RStarTreeIndex<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 class
PartialVAFile<V extends NumberVector>
PartialVAFile.class
VAFile<V extends NumberVector>
Vector-approximation file (VAFile)
-