Uses of Class
elki.index.AbstractRefiningIndex
-
Packages that use AbstractRefiningIndex Package Description elki.index.idistance iDistance is a distance based indexing technique, using a reference points embedding.elki.index.lsh Locality Sensitive Hashing.elki.index.vafile Vector Approximation File. -
-
Uses of AbstractRefiningIndex in elki.index.idistance
Subclasses of AbstractRefiningIndex in elki.index.idistance Modifier and Type Class Description class
InMemoryIDistanceIndex<O>
In-memory iDistance index, a metric indexing method using a reference point embedding. -
Uses of AbstractRefiningIndex in elki.index.lsh
Subclasses of AbstractRefiningIndex in elki.index.lsh Modifier and Type Class Description class
InMemoryLSHIndex.Instance
Instance of a LSH index for a single relation. -
Uses of AbstractRefiningIndex in elki.index.vafile
Subclasses of AbstractRefiningIndex in elki.index.vafile Modifier and Type Class Description class
PartialVAFile<V extends NumberVector>
PartialVAFile.class
VAFile<V extends NumberVector>
Vector-approximation file (VAFile)
-