Upravit

Sdílet prostřednictvím


MLDictionaryFeatureProvider.GetFeatureValue(String) Method

Definition

Retrieves the MLFeatureValue for the specified featureName.

[Foundation.Export("featureValueForName:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreML.MLFeatureValue GetFeatureValue (string featureName);
abstract member GetFeatureValue : string -> CoreML.MLFeatureValue
override this.GetFeatureValue : string -> CoreML.MLFeatureValue

Parameters

featureName
String

The feature name of the requested value.

Returns

Implements

Attributes

Applies to