Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.05 KB

learningmodelpreview_evaluateasync_1821488412.md

File metadata and controls

33 lines (22 loc) · 1.05 KB
-api-id -api-type
M:Windows.AI.MachineLearning.Preview.LearningModelPreview.EvaluateAsync(Windows.AI.MachineLearning.Preview.LearningModelBindingPreview,System.String)
winrt method

Windows.AI.MachineLearning.Preview.LearningModelPreview.EvaluateAsync

-description

Deprecated. Asynchronously evaluate the machine learning model using the feature value already bound in binding.

-parameters

-param binding

The value bound to the named input and output features.

-param correlationId

Optional user-supplied string to connect the output results.

-returns

A LearningModelEvaluationResultPreview from the evaluation.

-remarks

Warning

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

-see-also

-examples