Uses of Class
elki.index.AbstractRefiningIndex.AbstractRefiningQuery
-
Packages that use AbstractRefiningIndex.AbstractRefiningQuery 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.AbstractRefiningQuery in elki.index.idistance
Subclasses of AbstractRefiningIndex.AbstractRefiningQuery in elki.index.idistance Modifier and Type Class Description protected class
InMemoryIDistanceIndex.IDistanceKNNSearcher
kNN query implementation.protected class
InMemoryIDistanceIndex.IDistanceRangeSearcher
Exact range query implementation. -
Uses of AbstractRefiningIndex.AbstractRefiningQuery in elki.index.lsh
Subclasses of AbstractRefiningIndex.AbstractRefiningQuery in elki.index.lsh Modifier and Type Class Description protected class
InMemoryLSHIndex.Instance.LSHKNNQuery
Class for handling kNN queries against the LSH index.protected class
InMemoryLSHIndex.Instance.LSHRangeQuery
Class for handling kNN queries against the LSH index. -
Uses of AbstractRefiningIndex.AbstractRefiningQuery in elki.index.vafile
Subclasses of AbstractRefiningIndex.AbstractRefiningQuery in elki.index.vafile Modifier and Type Class Description class
PartialVAFile.PartialVAFileKNNQuery
KNN query for this index.class
PartialVAFile.PartialVAFileRangeQuery
Range query for this index.class
VAFile.VAFileKNNQuery
KNN query for this index.class
VAFile.VAFileRangeQuery
Range query for this index.
-