Uses of Interface
elki.math.spacefillingcurves.SpatialSorter
-
Packages that use SpatialSorter Package Description elki.index.preprocessed.knn Indexes providing KNN and rKNN data.elki.index.tree.spatial.rstarvariants.strategies.bulk Packages for bulk-loading R*-trees.elki.math.spacefillingcurves Space filling curves. -
-
Uses of SpatialSorter in elki.index.preprocessed.knn
Fields in elki.index.preprocessed.knn with type parameters of type SpatialSorter Modifier and Type Field Description (package private) java.util.List<? extends SpatialSorter>
SpacefillingKNNPreprocessor. curvegen
Spatial curve generators(package private) java.util.List<? extends SpatialSorter>
SpacefillingKNNPreprocessor.Factory. curvegen
Spatial curve generators(package private) java.util.List<? extends SpatialSorter>
SpacefillingKNNPreprocessor.Factory.Par. curvegen
Spatial curve generators.(package private) java.util.List<? extends SpatialSorter>
SpacefillingMaterializeKNNPreprocessor. curvegen
Spatial curve generators(package private) java.util.List<? extends SpatialSorter>
SpacefillingMaterializeKNNPreprocessor.Factory. curvegen
Spatial curve generators(package private) java.util.List<? extends SpatialSorter>
SpacefillingMaterializeKNNPreprocessor.Factory.Par. curvegen
Spatial curve generatorsConstructor parameters in elki.index.preprocessed.knn with type arguments of type SpatialSorter Constructor Description Factory(java.util.List<? extends SpatialSorter> curvegen, double window, int variants, int odim, RandomProjectionFamily proj, RandomFactory random)
Constructor.Factory(int k, Distance<? super V> distance, java.util.List<? extends SpatialSorter> curvegen, double window, int variants, RandomFactory random)
Constructor.SpacefillingKNNPreprocessor(Relation<O> relation, java.util.List<? extends SpatialSorter> curvegen, double window, int variants, int odim, RandomProjectionFamily proj, java.util.Random random)
Constructor.SpacefillingMaterializeKNNPreprocessor(Relation<O> relation, Distance<? super O> distance, int k, java.util.List<? extends SpatialSorter> curvegen, double window, int variants, java.util.Random random)
Constructor. -
Uses of SpatialSorter in elki.index.tree.spatial.rstarvariants.strategies.bulk
Fields in elki.index.tree.spatial.rstarvariants.strategies.bulk declared as SpatialSorter Modifier and Type Field Description (package private) SpatialSorter
SpatialSortBulkSplit.Par. sorter
Sorting class(package private) SpatialSorter
SpatialSortBulkSplit. sorter
Sorting classConstructors in elki.index.tree.spatial.rstarvariants.strategies.bulk with parameters of type SpatialSorter Constructor Description SpatialSortBulkSplit(SpatialSorter sorter)
Constructor. -
Uses of SpatialSorter in elki.math.spacefillingcurves
Classes in elki.math.spacefillingcurves that implement SpatialSorter Modifier and Type Class Description class
BinarySplitSpatialSorter
Spatially sort the data set by repetitive binary splitting, circulating through the dimensions.class
HilbertSpatialSorter
Sort object along the Hilbert Space Filling curve by mapping them to their Hilbert numbers and sorting them.class
PeanoSpatialSorter
Bulk-load an R-tree index by presorting the objects with their position on the Peano curve.class
ZCurveSpatialSorter
Class to sort the data set by their Z-index, without doing a full materialization of the Z indexes.
-