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 classInMemoryIDistanceIndex.IDistanceKNNSearcherkNN query implementation.protected classInMemoryIDistanceIndex.IDistanceRangeSearcherExact 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 classInMemoryLSHIndex.Instance.LSHKNNQueryClass for handling kNN queries against the LSH index.protected classInMemoryLSHIndex.Instance.LSHRangeQueryClass 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 classPartialVAFile.PartialVAFileKNNQueryKNN query for this index.classPartialVAFile.PartialVAFileRangeQueryRange query for this index.classVAFile.VAFileKNNQueryKNN query for this index.classVAFile.VAFileRangeQueryRange query for this index.
-