MLDictionaryFeatureProvider
A convenience wrapper for the given dictionary of data.
Declaration
class MLDictionaryFeatureProviderOverview
If your input data is stored in a dictionary, consider this type of MLFeatureProvider 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.