We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5efe86 commit fa07c59Copy full SHA for fa07c59
data_compression/coordinate_compression.py
@@ -20,8 +20,7 @@ class CoordinateCompressor:
20
- `reverse_map`: A list used for reverse mapping, where each index corresponds
21
to a compressed coordinate, and the value at that index is the original value.
22
23
- Example mapping:
24
-
+ Example of mapping:
25
Original: 10, Compressed: 0
26
Original: 52, Compressed: 1
27
Original: 83, Compressed: 2
0 commit comments