Uses of Class
elki.index.projected.ProjectedIndex.Factory
-
Packages that use ProjectedIndex.Factory Package Description elki.index.projected Projected indexes for data. -
-
Uses of ProjectedIndex.Factory in elki.index.projected
Subclasses of ProjectedIndex.Factory in elki.index.projected Modifier and Type Class Description static class
LatLngAsECEFIndex.Factory<O extends NumberVector>
Index factory.static class
LngLatAsECEFIndex.Factory<O extends NumberVector>
Index factory.class
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.Methods in elki.index.projected that return ProjectedIndex.Factory Modifier and Type Method Description ProjectedIndex.Factory<O,I>
ProjectedIndex.Factory.Par. make()
-