Share via


MLDictionaryFeatureProvider.FeatureNames Property

Definition

The names of the feature, as defined by the MLModel.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet<Foundation.NSString> FeatureNames { [Foundation.Export("featureNames")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("featureNames")>]
member this.FeatureNames : Foundation.NSSet<Foundation.NSString>

Property Value

The NSSet of feature names.

Implements

Attributes

Applies to