Platforms to show: All Mac Windows Linux Cross-Platform

MLFeatureValueMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class CoreML MBS Mac64bit Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
An immutable variant holding a data value of a supported MLFeatureType.

MLFeatureValue does not support type conversion in its accessor properties.
It can also have a missing or undefined value of a well defined type.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Value Types

Constant Value Description
TypeDictionary 6 Numerically weighted hashable objects (e.g. word counts)
TypeDouble 2 Continuous values
TypeImage 4 CVPixelBufferRef or converted by plugin to Xojo picture.
TypeInt64 1 Discrete values, sometimes used to hold numeric encoding of a categorical value
TypeInvalid 0 Undefined type.
TypeMultiArray 5 An array of values.
TypeSequence 7 The possible types for feature values, input features, and output features.
TypeString 3 Text or categorical strings

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries

Release notes

  • Version 21.5
    • Changed MLFeatureValueMBS.featureValueWithPicture to convert picture to bitmap if needed.

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


MLFeatureProviderMBS   -   MLImageConstraintMBS


The biggest plugin in space...