Contents

MLDictionaryFeatureProvider

A convenience wrapper for the given dictionary of data.

Declaration

class MLDictionaryFeatureProvider

Overview

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.

Topics

Creating the provider

Accessing the features

Initializers

See Also

Model inputs and outputs