次の方法で共有


LearningModelPreview.EvaluateFeaturesAsync メソッド

定義

非推奨になりました。 変数インスタンスの名前をモデルの入力と出力として非同期的に評価します。

public:
 virtual IAsyncOperation<LearningModelEvaluationResultPreview ^> ^ EvaluateFeaturesAsync(IMap<Platform::String ^, Platform::Object ^> ^ features, Platform::String ^ correlationId) = EvaluateFeaturesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateFeaturesAsync(IMap<winrt::hstring, IInspectable const&> const& features, 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> EvaluateFeaturesAsync(IMap<winrt::hstring, IInspectable const&> const& features, winrt::hstring const& correlationId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateFeaturesAsync(IDictionary<string,object> features, 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> EvaluateFeaturesAsync(IDictionary<string,object> features, string correlationId);
function evaluateFeaturesAsync(features, correlationId)
Public Function EvaluateFeaturesAsync (features As IDictionary(Of String, Object), correlationId As String) As IAsyncOperation(Of LearningModelEvaluationResultPreview)

パラメーター

features

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

入力としてバインドする機能。

correlationId
String

Platform::String

winrt::hstring

評価と出力結果を関連付ける値。

戻り値

評価結果。

属性

注釈

警告

これは非推奨の API です。 代わりに Windows.AI.MachineLearning 名前空間を 使用してください。

評価の前に、このメソッドは onn 特徴制約を実行して内部チェックし、特徴を入力としてバインドします。 これは、モデルを評価し、ワークスペース リソースの検証と作成を合理化する別のバインドです。

適用対象