public sealed class ConfusionMatrixEntry : IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>, IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>, 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 latest version available for `ConfusionMatrixEntry` is 2.0.0-beta05, with version 1.0.0-beta03 also documented."],["`ConfusionMatrixEntry` is a sealed class that inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `ConfusionMatrixEntry()` and another that accepts a `ConfusionMatrix.Types.ConfusionMatrixEntry` parameter."],["`ConfusionMatrixEntry` has two key properties: `AnnotationSpec` of type `AnnotationSpec`, and `ItemCount` which is an `Int32` representing the number of items with a predicted label."],["Inherited members of the class are `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from `Object`."]]],[]]