Package elki.index.projected
Projected indexes for data.
-
Class Summary Class Description 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).LatLngAsECEFIndex.Factory<O extends NumberVector> Index factory.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).LngLatAsECEFIndex.Factory<O extends NumberVector> Index factory.PINN<O extends NumberVector> Projection-Indexed nearest-neighbors (PINN) is an index to retrieve the nearest neighbors in high dimensional spaces by using a random projection based index.ProjectedIndex<O,I> Index data in an arbitrary projection.ProjectedIndex.Factory<O,I> Index factory.