CADETProcess.transform.NullTransformer#
- class CADETProcess.transform.NullTransformer(lb_input: float | ndarray = -inf, ub_input: float | ndarray = inf, allow_extended_input: bool | None = False, allow_extended_output: bool | None = False)[source]#
Bases:
TransformerBaseA transformer that performs no transformation.
This class simply returns the input values as output without modification.
See also
TransformerBaseThe base class for parameter transformation.