Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.query.knn |
Prepared queries for k nearest neighbor (kNN) queries.
|
de.lmu.ifi.dbs.elki.index |
Index structure implementations
|
de.lmu.ifi.dbs.elki.index.lsh |
Locality Sensitive Hashing
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query |
Classes for performing queries (knn, range, ...) on metrical trees.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.kd |
K-d-tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query |
Queries on the R-Tree family of indexes: kNN and range queries.
|
de.lmu.ifi.dbs.elki.index.vafile |
Vector Approximation File
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleOptimizedDistanceKNNQuery<O>
Optimized linear scan query for
PrimitiveDoubleDistanceFunction s. |
class |
LinearScanDistanceKNNQuery<O,D extends Distance<D>>
Instance of this query for a particular database.
|
class |
LinearScanPrimitiveDistanceKNNQuery<O,D extends Distance<D>>
Instance of this query for a particular database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRefiningIndex.AbstractKNNQuery<D extends Distance<D>>
KNN query for this index.
|
Modifier and Type | Class and Description |
---|---|
protected class |
InMemoryLSHIndex.Instance.LSHKNNQuery<D extends Distance<D>>
Class for handling kNN queries against the LSH index.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleDistanceMetricalIndexKNNQuery<O>
Instance of a KNN query for a particular spatial index.
|
class |
MetricalIndexKNNQuery<O,D extends NumberDistance<D,?>>
Instance of a KNN query for a particular spatial index.
|
Modifier and Type | Class and Description |
---|---|
class |
MinimalisticMemoryKDTree.KDTreeKNNQuery
kNN query for the k-d-tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleDistanceRStarTreeKNNQuery<O extends SpatialComparable>
Instance of a KNN query for a particular spatial index.
|
class |
GenericRStarTreeKNNQuery<O extends SpatialComparable,D extends Distance<D>>
Instance of a KNN query for a particular spatial index.
|
Modifier and Type | Class and Description |
---|---|
class |
PartialVAFile.PartialVAFileKNNQuery
KNN query for this index.
|
class |
VAFile.VAFileKNNQuery
KNN query for this index.
|