Contents

MLModelRegressorAdaptor

A transformer that uses a Core ML model as a regressor.

Declaration

struct MLModelRegressorAdaptor<Scalar> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPoint

Topics

Creating an adaptor

Getting the model

Performing the prediction

See Also

Core ML adaptors