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 56cf8c4 commit c5efe86Copy full SHA for c5efe86
data_compression/coordinate_compression.py
@@ -14,11 +14,9 @@ class CoordinateCompressor:
14
Mapping:
15
In addition to compression and decompression, this class maintains a mapping
16
between original values and their compressed counterparts using two data
17
- structures: a dictionary `coordinate_map` and a list `reverse_map`.
18
-
+ structures: a dictionary `coordinate_map` and a list `reverse_map`:
19
- `coordinate_map`: A dictionary that maps original values to their compressed
20
coordinates. Keys are original values, and values are compressed coordinates.
21
22
- `reverse_map`: A list used for reverse mapping, where each index corresponds
23
to a compressed coordinate, and the value at that index is the original value.
24
0 commit comments