decode_valuesΒΆ
- decode_values(enc_info: EncodingInfo, values: npt.NDArray[np.float64]) npt.NDArrayΒΆ
Decode the values using the encoding information.
- Parameters:
enc_info (EncodingInfo) β The encoding information.
values (npt.NDArray[np.float64]) β The encoded values.
- Raises:
ValueError β If the number of values does not match the number of encoded variables.
ValueError β If the values do not satisfy the constraints.
- Returns:
The decoded values.
- Return type:
npt.NDArray