LearningModelEvaluationResultPreview.Outputs Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Obtient l’ensemble de fonctionnalités représentant la prédiction de sortie ainsi que les probabilités.
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)
Valeur de propriété
Ensemble de fonctionnalités représentant la prédiction de sortie et les probabilités.
- Attributs
Remarques
Avertissement
Il s’agit d’une API déconseillée. Utilisez plutôt l’espace de noms Windows.AI.MachineLearning .
Si la fonctionnalité de sortie n’était pas lié, l’appel à EvaluateAsync a créé ces valeurs. Sinon, ces fonctionnalités sont des références aux valeurs créées précédemment.