Module linfa_preprocessing::linear_scaling[][src]

Expand description

Linear Scaling methods

Structs

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

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

Possible scaling methods for LinearScaler