| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.database.query.knn | 
 Prepared queries for k nearest neighbor (kNN) queries. 
 | 
| de.lmu.ifi.dbs.elki.database.query.range | 
 Prepared queries for ε-range queries, that return all objects within the radius ε. 
 | 
| de.lmu.ifi.dbs.elki.distance.distancefunction.minkowski | 
 Minkowski space L_p norms such as the popular Euclidean and Manhattan distances. 
 | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query | 
 Queries on the R-Tree family of indexes: kNN and range queries. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private static SquaredEuclideanDistanceFunction | 
LinearScanEuclideanDistanceKNNQuery.SQUARED
Squared Euclidean distance function. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private static SquaredEuclideanDistanceFunction | 
LinearScanEuclideanDistanceRangeQuery.SQUARED
Squared Euclidean distance function. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SquaredEuclideanDistanceFunction | 
SquaredEuclideanDistanceFunction.STATIC
Static instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SquaredEuclideanDistanceFunction | 
SquaredEuclideanDistanceFunction.Parameterizer.makeInstance()  | 
| Modifier and Type | Field and Description | 
|---|---|
private static SquaredEuclideanDistanceFunction | 
EuclideanRStarTreeRangeQuery.SQUARED
Squared euclidean distance function. 
 | 
private static SquaredEuclideanDistanceFunction | 
EuclideanRStarTreeKNNQuery.SQUARED
Squared euclidean distance function. 
 | 
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.