次の方法で共有


LearningModelEvaluationResultPreview.Outputs プロパティ

定義

非推奨になりました。 確率と共に出力予測を表す特徴のセットを取得します。

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ Outputs { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Outputs();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ILearningModelEvaluationResult instead of ILearningModelEvaluationResultPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
IMapView<winrt::hstring, IInspectable const&> Outputs();
public IReadOnlyDictionary<string,object> Outputs { get; }
public IReadOnlyDictionary<string,object> Outputs { [Windows.Foundation.Metadata.Deprecated("Use ILearningModelEvaluationResult instead of ILearningModelEvaluationResultPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var iMapView = learningModelEvaluationResultPreview.outputs;
Public ReadOnly Property Outputs As IReadOnlyDictionary(Of String, Object)

プロパティ値

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

出力予測と確率を表す一連の特徴。

属性

注釈

警告

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

出力機能がバインドされていない場合は、EvaluateAsync の呼び出しによってこれらの値が作成されます。 それ以外の場合、これらの特徴は前に作成した値への参照です。

適用対象