cf.Quantization.algorithm_parameters¶
-
classmethod
Quantization.
algorithm_parameters
()[source]¶ Map CF quantization algorithms to CF algorithm parameters.
New in version (cfdm): 1.12.2.0
- Returns
dict
A dictionary for which a key is a CF quantization algorithm name, with a value of the name of the corresponding CF per-variable configuration attribute.
Examples
>>> cf.Quantization.algorithm_parameters() {'bitgroom': 'quantization_nsd', 'bitround': 'quantization_nsb', 'digitround': 'quantization_nsd', 'granular_bitround': 'quantization_nsd'}