Share via


MLArrayBatchProvider.GetFeatures(IntPtr) Method

Definition

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

Applies to