Expand description
Linear Scaling methods
Structs§
- Linear
Scaler - The result of fitting a linear scaler. Scales datasets with the parameters learned during fitting.
- Linear
Scaler Params - Linear Scaler: learns scaling parameters, according to the specified method, from a dataset, producing a fitted linear scaler that can be used to scale different datasets using the same parameters.
Enums§
- Scaling
Method - Possible scaling methods for LinearScaler