EntitiesEvaluationSummary.ConfusionMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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)