Platforms to show: All Mac Windows Linux Cross-Platform
MLFeatureDescriptionMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | CoreML | MBS Mac64bit Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 8 properties
- property dictionaryConstraint as MLDictionaryConstraintMBS
- property Handle as Integer
- property imageConstraint as MLImageConstraintMBS
- property isOptional as Boolean
- property multiArrayConstraint as MLMultiArrayConstraintMBS
- property Name as String
- property sequenceConstraint as MLSequenceConstraintMBS
- property Type as Integer
- 3 methods
- method Constructor Private
- method copy as MLFeatureDescriptionMBS
- method isAllowedValue(value as MLFeatureValueMBS) as boolean
- 8 constants
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 properties using for this class:
- MLSequenceConstraintMBS.valueDescription as MLFeatureDescriptionMBS
Some examples using this class:
Some related classes:
- class MLDictionaryConstraintMBS
- class MLFeatureValueMBS
- class MLImageConstraintMBS
- class MLMultiArrayConstraintMBS
- class MLSequenceConstraintMBS
The items on this page are in the following plugins: MBS Mac64bit Plugin.
MLDictionaryFeatureProviderMBS - MLFeatureProviderMBS