Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.projected |
Projected indexes for data.
|
Modifier and Type | Class and Description |
---|---|
class |
LatLngAsECEFIndex<O extends NumberVector>
Index a 2d data set (consisting of Lat/Lng pairs) by using a projection to 3D
coordinates (WGS-86 to ECEF).
|
class |
LngLatAsECEFIndex<O extends NumberVector>
Index a 2d data set (consisting of Lng/Lat pairs) by using a projection to 3D
coordinates (WGS-86 to ECEF).
|
Modifier and Type | Method and Description |
---|---|
ProjectedIndex<O,I> |
ProjectedIndex.Factory.instantiate(Relation<O> relation) |
ProjectedIndex<O,O> |
LngLatAsECEFIndex.Factory.instantiate(Relation<O> relation) |
ProjectedIndex<O,O> |
LatLngAsECEFIndex.Factory.instantiate(Relation<O> relation) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.