Contents

RobustScaler

An estimator that scales the input using statistics that are robust to outliers.

Declaration

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

Topics

Creating an estimator

Getting the properties

Fitting

Default Implementations

See Also

Scalers