The plugin part CoreML
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
The plugin part MBS Mac64bit Plugin:CoreML:
All Console safe,
250 entry points.
- class MLArrayBatchProviderMBS
- class MLBatchProviderMBS
- class MLDictionaryConstraintMBS
- class MLDictionaryFeatureProviderMBS
- class MLFeatureDescriptionMBS
- class MLFeatureProviderMBS
- class MLFeatureValueMBS
- method isEqualToFeatureValue(value as MLFeatureValueMBS) as Boolean
- method copy as MLFeatureValueMBS
- method Constructor
- property Handle as Integer
- property Type as Integer
- property stringValue as String
- property Undefined as Boolean
- property int64Value as Int64
- property doubleValue as Double
- property multiArrayValue as MLMultiArrayMBS
- property dictionaryValue as Dictionary
- property CIImageValue as Variant
- property PictureValue as Picture
- property PictureWidth as Integer
- property PictureHeight as Integer
- property value as Variant
- property sequenceValue as MLSequenceMBS
- property imageBufferValue as Integer
- shared method featureValueWithCGImage(image as variant, orientation as integer = -1, pixelsWide as Integer, pixelsHigh as Integer, pixelFormatType as String, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithImageFile(File as FolderItem, orientation as integer = -1, pixelsWide as Integer, pixelsHigh as Integer, pixelFormatType as String, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithCGImage(image as variant, orientation as integer = -1, constraint as MLImageConstraintMBS, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithImageFile(File as FolderItem, orientation as integer = -1, constraint as MLImageConstraintMBS, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithDictionary(value as Dictionary, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithInt64(value as Int64) as MLFeatureValueMBS
- shared method featureValueWithDouble(value as double) as MLFeatureValueMBS
- shared method undefinedFeatureValueWithType(type as Integer) as MLFeatureValueMBS
- shared method featureValueWithString(value as string) as MLFeatureValueMBS
- shared method featureValueWithMultiArray(value as MLMultiArrayMBS) as MLFeatureValueMBS
- shared method featureValueWithPicture(value as Picture) as MLFeatureValueMBS
- shared method featureValueWithSequence(sequence as MLSequenceMBS) as MLFeatureValueMBS
- shared method featureValueWithPixelBuffer(Handle as Integer) as MLFeatureValueMBS
- shared method MLFeatureValueImageOptionCropRect as String
- shared method MLFeatureValueImageOptionCropAndScale as String
- class MLImageConstraintMBS
- class MLImageSizeConstraintMBS
- class MLImageSizeMBS
- class MLKeyMBS
- class MLMetricKeyMBS
- class MLModelConfigurationMBS
- class MLModelDescriptionMBS
- class MLModelMBS
- method predictionsFromBatch(inputBatch as MLBatchProviderMBS, byref error as NSErrorMBS) as MLBatchProviderMBS
- method predictionsFromBatch(inputBatch as MLBatchProviderMBS, options as MLPredictionOptionsMBS, byref error as NSErrorMBS) as MLBatchProviderMBS
- method parameterValueForKey(key as MLParameterKeyMBS, byref error as NSErrorMBS) as Variant
- method Constructor
- method predictionFromFeatures(input as MLFeatureProviderMBS, options as MLPredictionOptionsMBS = nil, byref error as NSErrorMBS) as MLFeatureProviderMBS
- method predictionFromFeaturesMT(input as MLFeatureProviderMBS, options as MLPredictionOptionsMBS = nil, byref error as NSErrorMBS) as MLFeatureProviderMBS
- property Handle as Integer
- property modelDescription as MLModelDescriptionMBS
- property configuration as MLModelConfigurationMBS
- shared method modelWithContentsOfURL(URL as string, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfFile(file as FolderItem, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfPath(Path as string, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfURL(URL as string, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfFile(file as FolderItem, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfPath(Path as string, byref error as NSErrorMBS) as MLModelMBS
- shared method MLModelErrorDomain as String
- shared method MLModelDescriptionKey as String
- shared method MLModelVersionStringKey as String
- shared method MLModelAuthorKey as String
- shared method MLModelLicenseKey as String
- shared method MLModelCreatorDefinedKey as String
- shared method available as Boolean
- shared method compileModelAtURL(URL as string, byref error as NSErrorMBS) as String
- shared method compileModelFile(File as folderItem, byref error as NSErrorMBS) as folderItem
- class MLMultiArrayConstraintMBS
- class MLMultiArrayMBS
- class MLMultiArrayShapeConstraintMBS
- class MLNumericConstraintMBS
- class MLParameterDescriptionMBS
- class MLParameterKeyMBS
- class MLPredictionOptionsMBS
- class MLSequenceConstraintMBS
- class MLSequenceMBS
- class MLTaskMBS
- class MLUpdateContextMBS
- class MLUpdateProgressHandlersMBS
- class MLUpdateTaskMBS
Blog Entries