Platforms to show: All Mac Windows Linux Cross-Platform
MLFeatureProviderMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | CoreML | MBS Mac64bit Plugin | 17.4 | Yes | No | No | Yes, macOS only | No |
Notes:
In Xojo defined as class, but in objective-c just a protocol.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- property Handle as Integer
- 3 methods
- method Constructor
- method featureNames as String()
- method featureValueForName(featureName as String) as MLFeatureValueMBS
Sub classes:
Some methods using this class:
- MLModelMBS.predictionFromFeatures(input as MLFeatureProviderMBS, options as MLPredictionOptionsMBS = nil, byref error as NSErrorMBS) as MLFeatureProviderMBS
- MLModelMBS.predictionFromFeaturesMT(input as MLFeatureProviderMBS, options as MLPredictionOptionsMBS = nil, byref error as NSErrorMBS) as MLFeatureProviderMBS
Some examples which use this class:
The items on this page are in the following plugins: MBS Mac64bit Plugin.
Links
MBS Xojo Chart Plugins