Contents

MLImageClassifier.ModelParameters

Parameters that affect the process of training an image classifier model.

Declaration

struct ModelParameters

Overview

Use this structure to configure the model training session. With it you can:

Once you configure an MLImageClassifier.ModelParameters instance, use it to configure a training session with one of the applicable MLImageClassifier asynchronous type methods or synchronous initializers.

Topics

Creating parameters

Accessing the training parameters

Describing parameters

Supporting types

Default Implementations

See Also

Supporting types