MLDictionaryFeatureProvider.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the MLFeatureValue for the specified featureName
.
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
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
- Attributes