StandardScaler
An estimator that standardizes the input by removing the mean and scaling to unit variance.
Declaration
struct StandardScaler<Element> where Element : BinaryFloatingPoint, Element : Decodable, Element : EncodableAn estimator that standardizes the input by removing the mean and scaling to unit variance.
struct StandardScaler<Element> where Element : BinaryFloatingPoint, Element : Decodable, Element : Encodable