Expand description
Linear Quantization codec implementation for the numcodecs API.
Structs§
- Lossy codec to reduce the precision of floating point data.
- Opaque error for when encoding or decoding the header fails
Enums§
- Number of bins for quantization, written in base-2 scientific notation.
- Errors that may occur when applying the
LinearQuantizeCodec. - Data types which the
LinearQuantizeCodeccan quantize
Traits§
- Unsigned binary types.
Functions§
- Linear-quantize the elements in the
dataarray using thequantizeclosure. - Reconstruct the linear-quantized
encodedarray using thefloatifyclosure. - Reconstruct the linear-quantized
encodedarray using thefloatifyclosure into thedecodedarray.