Show / Hide Table of Contents

Class ConfusionMatrix.Types.ConfusionMatrixEntry

Inheritance
System.Object
ConfusionMatrix.Types.ConfusionMatrixEntry
Implements
IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>
System.IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>
IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ConfusionMatrixEntry : IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>, IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IBufferMessage, IMessage

Constructors

ConfusionMatrixEntry()

Declaration
public ConfusionMatrixEntry()

ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry)

Declaration
public ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry other)
Parameters
Type Name Description
ConfusionMatrix.Types.ConfusionMatrixEntry other

Properties

AnnotationSpec

The annotation spec of a predicted label.

Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
Type Description
AnnotationSpec

ItemCount

Number of items predicted to have this label. (The ground truth label for these items is the Row.annotationSpec of this entry's parent.)

Declaration
public int ItemCount { get; set; }
Property Value
Type Description
System.Int32
Back to top