Uses of Class
elki.index.projected.ProjectedIndex
-
Packages that use ProjectedIndex Package Description elki.index.projected Projected indexes for data. -
-
Uses of ProjectedIndex in elki.index.projected
Subclasses of ProjectedIndex in elki.index.projected Modifier and Type Class 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).Methods in elki.index.projected that return ProjectedIndex Modifier and Type Method Description ProjectedIndex<O,O>
LatLngAsECEFIndex.Factory. instantiate(Relation<O> relation)
ProjectedIndex<O,O>
LngLatAsECEFIndex.Factory. instantiate(Relation<O> relation)
ProjectedIndex<O,I>
ProjectedIndex.Factory. instantiate(Relation<O> relation)
-