Contents

MLImageClassifier.FeatureExtractorType

The underlying base model that extracts image features for image classifier training session.

Declaration

enum FeatureExtractorType

Overview

Create ML has one built-in feature extractor: scenePrint. Alternatively, you can provide your own custom feature extractor from an .mlmodel file or a specific layer within a model file.

Topics

Selecting a feature extractor type

Describing a feature extractor type

Default Implementations

See Also

Supporting types