Contents

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 : Encodable

Topics

Creating an estimator

Fitting

Default Implementations

See Also

Scalers