MLImageClassifier.FeatureExtractorType
The underlying base model that extracts image features for image classifier training session.
Declaration
enum FeatureExtractorTypeOverview
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
MLImageClassifier.FeatureExtractorType.scenePrint(revision:)MLImageClassifier.FeatureExtractorType.custom(_:)MLImageClassifier.CustomFeatureExtractor