你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityRecognitionEvalSummary.ConfusionMatrix Property

Definition

Represents the confusion matrix between two entities (the two entities can be the same). The matrix is between the entity that was labelled and the entity that was predicted.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Language.Text.Authoring.TextAuthoringConfusionMatrixRow> ConfusionMatrix { get; }
member this.ConfusionMatrix : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Language.Text.Authoring.TextAuthoringConfusionMatrixRow>
Public ReadOnly Property ConfusionMatrix As IReadOnlyDictionary(Of String, TextAuthoringConfusionMatrixRow)

Property Value

Applies to