MaskedZeroToOne
- class aixd.data.transform.MaskedZeroToOne(per_column=True, scale_inverse_masked: bool = True)[source]
- Bases: - MaskedMinMaxScaler- Implements the zero-to-one (or min-max) normalization as (x - min) / (max - min) for DataObject’s with a MaskedInterval domain. - Parameters:
- per_column (bool, default=True) – If set normalization is performed per column for multi-dim DataObjects. 
 - Inherited Methods - Copies the transformation. - Fits the transformation. - Fits and transforms the input. - Inverse transform of the input. - Returns true if transformation strategy is fitted. - Method to implement to reset fitted values. - Transforms the input.