Share via


IntentsEvaluationSummary.ConfusionMatrix Property

Definition

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

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

Property Value

Applies to