Freigeben über


LearningModelPreview.EvaluateAsync Methode

Definition

Veraltet. Asynchrones Auswerten des Machine Learning-Modells mithilfe des bereits gebundenen Featurewerts.

public:
 virtual IAsyncOperation<LearningModelEvaluationResultPreview ^> ^ EvaluateAsync(LearningModelBindingPreview ^ binding, Platform::String ^ correlationId) = EvaluateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview const& binding, winrt::hstring const& correlationId);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview const& binding, winrt::hstring const& correlationId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview binding, string correlationId);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview binding, string correlationId);
function evaluateAsync(binding, correlationId)
Public Function EvaluateAsync (binding As LearningModelBindingPreview, correlationId As String) As IAsyncOperation(Of LearningModelEvaluationResultPreview)

Parameter

binding
LearningModelBindingPreview

Der Wert, der an die benannten Eingabe- und Ausgabefeatures gebunden ist.

correlationId
String

Platform::String

winrt::hstring

Optionale vom Benutzer bereitgestellte Zeichenfolge, um die Ausgabeergebnisse zu verbinden.

Gibt zurück

Eine LearningModelEvaluationResultPreview aus der Auswertung.

Attribute

Hinweise

Warnung

Dies ist eine veraltete API. Verwenden Sie stattdessen den Windows.AI.MachineLearning-Namespace .

Gilt für: