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 classInMemoryIDistanceIndex<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 classInMemoryLSHIndex.InstanceInstance 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 classPartialVAFile<V extends NumberVector>PartialVAFile.classVAFile<V extends NumberVector>Vector-approximation file (VAFile)
-