Uses of Package
elki.math.spacefillingcurves
-
Packages that use elki.math.spacefillingcurves 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. -
Classes in elki.math.spacefillingcurves used by elki.index.preprocessed.knn Class Description SpatialSorter Interface for spatial sorting - ZCurves, Peano curves, Hilbert curves, ... -
Classes in elki.math.spacefillingcurves used by elki.index.tree.spatial.rstarvariants.strategies.bulk Class Description SpatialSorter Interface for spatial sorting - ZCurves, Peano curves, Hilbert curves, ... -
Classes in elki.math.spacefillingcurves used by elki.math.spacefillingcurves Class Description BinarySplitSpatialSorter Spatially sort the data set by repetitive binary splitting, circulating through the dimensions.BinarySplitSpatialSorter.Sorter Comparator for sorting spatial objects by the mean value in a single dimension.HilbertSpatialSorter Sort object along the Hilbert Space Filling curve by mapping them to their Hilbert numbers and sorting them.HilbertSpatialSorter.HilbertRef Object used in spatial sorting, combining the spatial object and the object ID.PeanoSpatialSorter Bulk-load an R-tree index by presorting the objects with their position on the Peano curve.SpatialSorter Interface for spatial sorting - ZCurves, Peano curves, Hilbert curves, ...ZCurveSpatialSorter Class to sort the data set by their Z-index, without doing a full materialization of the Z indexes.