public sealed class ClassificationMetrics : IMessage<ClassificationMetrics>, IEquatable<ClassificationMetrics>, IDeepCloneable<ClassificationMetrics>, IBufferMessage, IMessage
[[["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 `ClassificationMetrics` class represents metrics calculated for a classification model within the `Google.Cloud.DataLabeling.V1Beta1` namespace."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors for creating new instances and copies of `ClassificationMetrics` objects."],["The `ClassificationMetrics` class exposes two properties: `ConfusionMatrix`, which represents the confusion matrix of predicted labels vs.ground truth labels, and `PrCurve`, which represents the precision-recall curve based on labels and scores."],["There are multiple versions of this documentation available, including `2.0.0-beta05` (latest), `2.0.0-beta04`, and `1.0.0-beta03`."]]],[]]