Edit

Share via


IMLFeatureProvider.GetFeatureValue(String) Method

Definition

Retrieves the value of the .

[Foundation.Export("featureValueForName:")]
[Foundation.Preserve(Conditional=true)]
public CoreML.MLFeatureValue GetFeatureValue (string featureName);
abstract member GetFeatureValue : string -> CoreML.MLFeatureValue

Parameters

featureName
String

The feature whose value will be returned.

Returns

The value of the .

Attributes

Applies to