public sealed class ConfusionMatrix : IMessage<ConfusionMatrix>, IEquatable<ConfusionMatrix>, IDeepCloneable<ConfusionMatrix>, IBufferMessage, IMessage
Confusion matrix of the model running the classification. Only applicable
when the metrics entry aggregates multiple labels. Not applicable when the
entry is for a single label.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eConfusionMatrix\u003c/code\u003e class provides a representation of the confusion matrix for a model's classification results, applicable when aggregating multiple labels.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConfusionMatrix\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ConfusionMatrix>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ConfusionMatrix>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConfusionMatrix\u003c/code\u003e class has a \u003ccode\u003eRow\u003c/code\u003e property of the type \u003ccode\u003eRepeatedField<ConfusionMatrix.Types.Row>\u003c/code\u003e, which contains data related to the rows of the confusion matrix.\u003c/p\u003e\n"],["\u003cp\u003eThere are two different constructors available for the class: \u003ccode\u003eConfusionMatrix()\u003c/code\u003e and \u003ccode\u003eConfusionMatrix(ConfusionMatrix other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]