Contents

MLModelClassifierAdaptor

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

Declaration

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

Topics

Creating a transformer

Getting the model

Performing the transformation

See Also

Core ML adaptors