Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 945 Bytes

learningmodelsession_evaluatefeatures_344432386.md

File metadata and controls

35 lines (24 loc) · 945 Bytes
-api-id -api-type
M:Windows.AI.MachineLearning.LearningModelSession.EvaluateFeatures(Windows.Foundation.Collections.IMap{System.String,System.Object},System.String)
winrt method

Windows.AI.MachineLearning.LearningModelSession.EvaluateFeatures

-description

Evaluate the machine learning model using the feature values in features.

-parameters

-param features

A map of features with which to evaluate the model.

-param correlationId

Optional user supplied string to connect the output results.

-returns

The result of the evaluation.

-remarks

Windows Server

To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.

Thread safety

This API is thread-safe.

-see-also

-examples