Share via


SpanSentimentEvalSummary.ConfusionMatrix Property

Definition

Represents the confusion matrix between two sentiments (the two sentiments can be the same). The matrix is between the sentiment that was labelled and the sentiment 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