Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

WindowsML.BindFloat

Binds values to an input feature.

Component Version macOS Windows Linux Server iOS SDK
WindowsML 10.5 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "WindowsML.BindFloat"; WinMLRef; Name { ; Values } )   More

Parameters

Parameter Description Example Flags
WinMLRef The reference number to the model. $Model
Name The name of the input feature.
Values Optional JSON encoded value array. "[1,2,3]" Optional

Result

Returns OK or error.

Description

Binds values to an input feature.
For 32-bit floating point numbers.

See also

Created 26th September 2020, last changed 26th September 2020


WindowsML.BindDouble - WindowsML.BindFloat16

Feedback: Report problem or ask question.