Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
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.
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.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
MLDictionaryFeatureProviderMBS - MLFeatureProviderMBS