MLTextClassifier.FeatureExtractorType.customEmbedding(_:)
A feature extractor that uses a custom embedding contained in a CoreML model file.
Declaration
case customEmbedding(URL)Discussion
URL: The path to a model file (ending in
.mlmodel,.mlmodelc, or.dat).