Contents

MinMaxScaler

An estimator that scales the input values so that they all lie in a closed range.

Declaration

struct MinMaxScaler<Element> where Element : BinaryFloatingPoint, Element : Decodable, Element : Encodable

Topics

Creating an estimator

Getting the properties

Fitting

Default Implementations

See Also

Scalers