ZeroToOne
- class aixd.data.transform.ZeroToOne(per_column: bool = True)[source]
Bases:
MinMaxScaler
Implements the zero-to-one (or min-max) 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.