Contents

LinearTransformer

A transformer that runs an input through a scale and offset.

Declaration

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

Topics

Creating a regressor

Getting the properties

Performing the transformation

See Also

Preprocessors