Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: CoreML
macOS 10.13 and iOS 11 functions for machine learning.
See WindowsML functions for Windows 10.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.4 / 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Item | Details |
---|---|
CoreImage.Detect Detects core image features. | Mac/iOS 7.4 |
CoreML.Add2DArrayParameter Adds a 2D array parameter. | Mac/iOS 10.2 |
CoreML.AddArrayParameter Adds an array parameter. | Mac/iOS 7.4 |
CoreML.AddDoubleParameter Adds a double parameter. | Mac/iOS 7.4 |
CoreML.AddImageParameter Adds an image parameter. | Mac/iOS 7.4 |
CoreML.AddIntegerParameter Adds an integer parameter. | Mac/iOS 7.4 |
CoreML.AddTextParameter Adds a text parameter. | Mac/iOS 7.4 |
CoreML.AddUndefinedParameter Adds an undefined parameter. | Mac/iOS 7.4 |
CoreML.Available Whether CoreML is available. | Mac/iOS 7.4 |
CoreML.Clear Clears all parameters. | Mac/iOS 7.4 |
CoreML.CompileModel Compiles a model file. | Mac/iOS 7.4 |
CoreML.Description Queries the description of the model. | Mac/iOS 7.4 |
CoreML.GetUsesCPUOnly Queries whether to use CPU only. | Mac/iOS 7.4 |
CoreML.List Lists all IDs of CoreML objects. | Mac/iOS 13.0 |
CoreML.OpenModel Opens a compiled model file. | Mac/iOS 7.4 |
CoreML.PredictionFromFeatures Runs model with set parameters. | Mac/iOS 7.4 |
CoreML.Release Releases a model. | Mac/iOS 7.4 |
CoreML.ReleaseAll Releases all models. | Mac/iOS 10.5 |
CoreML.ResultImage Queries result image. | Mac/iOS 7.4 |
CoreML.SetUsesCPUOnly Sets whether to use CPU only. | Mac/iOS 7.4 |
CoreML.Update Updates a model. | Mac/iOS 10.0 |
21 functions shown.
These functions require a license (76%).
Release notes
- Version 13.0
- Added CoreML.List function.
- Version 12.5
- Disabled debug logging left over in CoreML.Update function.
- Version 10.5
- Added AVExport.ReleaseAll, AVRecorder.ReleaseAll, CoreML.ReleaseAll, DNSLookup.ReleaseAll, Dictionary.ReleaseAll, FM.SQL.ReleaseAll, JS.ReleaseAll, JavaScript.ReleaseAll, LDAP.ReleaseAll, PDFKit.ReleaseAll, PKCS12.ReleaseAll, PKCS7.ReleaseAll, PKey.ReleaseAll, SSH.ReleaseAll, WinSendMail.ReleaseAll, WindowsML.ReleaseAll, WordFile.ReleaseAll, and X509.ReleaseAll.
- Version 10.2
- Added CoreML.Add2DArrayParameter function.
- Version 10.0
- Added CoreML.Update function.
- Improved CoreML.Description to include newer attributes for MacOS 10.15.
- Version 8.4
- Improved CoreML.AddImageParameter function to auto scale image to required size.