Module linear_scaling

Source
Expand description

Linear Scaling methods

Structs§

LinearScaler
The result of fitting a linear scaler. Scales datasets with the parameters learned during fitting.
LinearScalerParams
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§

ScalingMethod
Possible scaling methods for LinearScaler