MinusOneToOne
- class aixd.data.transform.MinusOneToOne(per_column: bool = True)[source]
- Bases: - MinMaxScaler- Implements the minus-one-to-one normalization as (x - min) / (max - min). - 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.