Interface | Description |
---|---|
SpatialSorter |
Interface for spatial sorting - ZCurves, Peano curves, Hilbert curves, ...
|
Class | Description |
---|---|
BinarySplitSpatialSorter |
Spatially sort the data set by repetitive binary splitting, circulating
through the dimensions.
|
BinarySplitSpatialSorter.Parameterizer |
Parameterization class.
|
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.
|
HilbertSpatialSorter.Parameterizer |
Parameterization class.
|
PeanoSpatialSorter |
Bulk-load an R-tree index by presorting the objects with their position on
the Peano curve.
|
PeanoSpatialSorter.Parameterizer |
Parameterization class.
|
ZCurveSpatialSorter |
Class to sort the data set by their Z-index, without doing a full
materialization of the Z indexes.
|
ZCurveSpatialSorter.Parameterizer |
Parameterization class.
|
ZCurveTransformer |
Class to transform a relation to its Z coordinates.
|
Copyright © 2019 ELKI Development Team. License information.