public sealed class ConfusionMatrix : IMessage<ConfusionMatrix>, IEquatable<ConfusionMatrix>, IDeepCloneable<ConfusionMatrix>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ConfusionMatrix.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ConfusionMatrix` class in the Data Labeling v1beta1 API is used to represent the confusion matrix of a model's classification results, applicable when aggregating multiple labels."],["This class, part of the `Google.Cloud.DataLabeling.V1Beta1` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConfusionMatrix` class is derived from the base `object` class and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes a `Row` property of type `RepeatedField` that contains the rows of the confusion matrix."],["There are two constructors available for creating an instance of the class, one being empty, and the other taking another `ConfusionMatrix` as a parameter."]]],[]]