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 : EncodableAn estimator that scales the input values so that they all lie in a closed range.
struct MinMaxScaler<Element> where Element : BinaryFloatingPoint, Element : Decodable, Element : Encodable