Module linfa_preprocessing::linear_scaling[][src]

Linear Scaling methods

Structs

FittedLinearScaler

The result of fitting a linear scaler. Scales datasets with the parameters learned during fitting.

LinearScaler

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