pub struct MinMaxScaler<T: Float> { /* private fields */ }
Expand description

The MinMaxScaler

The MinMaxScaler provides an implementation of Transformer which allows us to transform the input data to have a new minimum and maximum per column.

See the module description for more information.

Trait Implementations

Formats the value using the given formatter. Read more
Maps the inputs using the inverse of the fitted transform.
Fit the inputs to create the Transformer
Transforms the inputs

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.