Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Windows 10 functions for machine learning.
See CoreML functions for macOS.
The version with WindowsML functions requires Windows 10.
Version | macOS | Windows | Linux | Server | iOS SDK |
10.5 / 13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Item | Details |
---|---|
WindowsML.BindDouble Binds values to an input feature. | Win only 10.5 |
WindowsML.BindFloat Binds values to an input feature. | Win only 10.5 |
WindowsML.BindFloat16 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindImageFile Binds values to an input feature. | Win only 10.5 |
WindowsML.BindInt16 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindInt32 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindInt64 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindInt8 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindUInt16 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindUInt32 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindUInt64 Binds values to an input feature. | Win only 10.5 |
WindowsML.BindUInt8 Binds values to an input feature. | Win only 10.5 |
WindowsML.Clear Clears the properties for this model. | Win only 10.5 |
WindowsML.Description Queries description of model. | Win only 10.5 |
WindowsML.Evaluate Evaluates the model and returns result as JSON. | Win only 10.5 |
WindowsML.List Lists all IDs of ML objects. | Win only 13.1 |
WindowsML.Open Loads a model for Windows Machine Learning. | Win only 10.5 |
WindowsML.Release Releases a model. | Win only 10.5 |
WindowsML.ReleaseAll Release all Windows machine learning models. | Win only 10.5 |
19 functions shown.
6 functions require a license (32%) and 13 functions are free to use.