Contents

MaxAbsScaler

An estimator that scales the input values so that the maximum absolute value is 1.0.

Declaration

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

Topics

Creating an estimator

Fitting

Default Implementations

See Also

Scalers