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 : EncodableAn estimator that scales the input values so that the maximum absolute value is 1.0.
struct MaxAbsScaler<Element> where Element : BinaryFloatingPoint, Element : Decodable, Element : Encodable