Share via


MLDictionaryFeatureProvider.Item[String] Property

Definition

Retrieves the MLFeatureValue for the specified featureName.

public CoreML.MLFeatureValue? this[string featureName] { get; }
member this.Item(string) : CoreML.MLFeatureValue

Parameters

featureName
String

The feature name of the requested value.

Property Value

Applies to