private static class HilbertSpatialSorter.HilbertRef extends java.lang.Object implements java.lang.Comparable<HilbertSpatialSorter.HilbertRef>
Modifier and Type | Field and Description |
---|---|
protected long[] |
bits
Hilbert representation.
|
protected SpatialComparable |
vec
The referenced object.
|
Modifier | Constructor and Description |
---|---|
protected |
HilbertRef(SpatialComparable vec,
long[] bits)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HilbertSpatialSorter.HilbertRef o) |
protected SpatialComparable vec
protected long[] bits
protected HilbertRef(SpatialComparable vec, long[] bits)
vec
- Vectorbits
- Bit representationpublic int compareTo(HilbertSpatialSorter.HilbertRef o)
compareTo
in interface java.lang.Comparable<HilbertSpatialSorter.HilbertRef>
Copyright © 2019 ELKI Development Team. License information.