public sealed class ClassificationMetrics : IMessage<ClassificationMetrics>, IEquatable<ClassificationMetrics>, IDeepCloneable<ClassificationMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ClassificationMetrics.
[[["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."],[[["This documentation details the `ClassificationMetrics` class, part of the Google Cloud Data Labeling v1beta1 API, and is used to assess the performance of classification models."],["The `ClassificationMetrics` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["There are three different versions of the ClassificationMetrics available in this documentation: the latest being 2.0.0-beta05, 2.0.0-beta04 and 1.0.0-beta03."],["The class includes two properties: `ConfusionMatrix` which is used for predicted labels vs ground truth labels, and `PrCurve`, which helps to analyze precision-recall based on predicted scores and labels."],["There are two constructors available for `ClassificationMetrics`, one taking in no arguments and another taking in a `ClassificationMetrics` object as an argument."]]],[]]