A convenience wrapper for the given dictionary of data.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Framework
- Core ML
Declaration
class MLDictionaryFeatureProvider : NSObject
Overview
If your input data is stored in a dictionary, consider this type of MLFeature
that is backed by a dictionary. It is a convenience interface, saving you the trouble of iterating through the dictionary to assign all of its values.