Platforms to show: All Mac Windows Linux Cross-Platform

Back to MLArrayBatchProviderMBS class.

MLArrayBatchProviderMBS.Constructor(value as Dictionary, byref Error as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreML MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a batch provider based on feature names and their associated arrays of data.

dictionary: A dictionary which maps feature names to an array of values. The error case occurs when all the arrays do not have the same length or the values in an aray are not expressible as an MLFeatureValueMBS.

See also:

MLArrayBatchProviderMBS.Constructor(values() as MLFeatureProviderMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreML MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates the batch provider based on the array of feature providers.

array: The array of feature providers for the batch.

See also:

MLArrayBatchProviderMBS.values as MLFeatureProviderMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreML MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The array of feature providers.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...