Compartir a través de


LearningModelEvaluationResultPreview.Outputs Propiedad

Definición

En desuso. Obtiene el conjunto de características que representan la predicción de salida junto con las probabilidades.

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)

Valor de propiedad

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Conjunto de características que representan la predicción y probabilidades de salida.

Atributos

Comentarios

Advertencia

Se trata de una API en desuso. Use el espacio de nombres Windows.AI.MachineLearning en su lugar.

Si la característica de salida no estaba delimitada, la llamada a EvaluateAsync creó estos valores. De lo contrario, estas características son referencias a los valores creados anteriormente.

Se aplica a