IMLFeatureProvider.FeatureNames 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.
The names of the feature, as defined by the MLModel.
[Foundation.Preserve(Conditional=true)]
public Foundation.NSSet<Foundation.NSString> FeatureNames { [Foundation.Export("featureNames")] get; }
member this.FeatureNames : Foundation.NSSet<Foundation.NSString>
Property Value
The T:Monotouch.Foundation.NSSet of feature names.
- Attributes