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 document provides reference information for the `ClassificationMetrics` class within the Google Cloud Data Labeling v1beta1 API, specifically version 2.0.0-beta04, with links to other versions available."],["`ClassificationMetrics` is a class used to calculate metrics for a classification model, and it inherits from the `object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `ClassificationMetrics()` and a copy constructor `ClassificationMetrics(ClassificationMetrics other)`."],["The `ClassificationMetrics` class contains properties for retrieving both the confusion matrix and the precision-recall curve of the model, which are `ConfusionMatrix` and `PrCurve`, respectively."]]],[]]