Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

learningmodelbindingpreview_bind_763230120.md

File metadata and controls

35 lines (23 loc) · 1.03 KB
-api-id -api-type
M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Bind(System.String,System.Object,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Bind

-description

Deprecated. Binds a single input or output feature to a defined variable, with specified metadata.

-parameters

-param name

The name of the input/output feature.

-param value

The value of the input/output feature.

-param metadata

The specified metadata for the input/output feature.

-remarks

Note: Currently, outputs of type double are not supported. If possible, consider using type float instead.

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

-see-also

-examples