MLArrayBatchProvider.GetFeatures(IntPtr) Method
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.
Gets the IMLFeatureProvider at index for the current batch.
[Foundation.Export("featuresAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreML.IMLFeatureProvider GetFeatures(IntPtr index);
[<Foundation.Export("featuresAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFeatures : nativeint -> CoreML.IMLFeatureProvider
override this.GetFeatures : nativeint -> CoreML.IMLFeatureProvider
Parameters
- index
-
IntPtr
nativeint
Returns
Implements
- Attributes