Class ConfusionMatrix.Types.ConfusionMatrixEntry (1.0.0-beta03)

public sealed class ConfusionMatrixEntry : IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>, IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IBufferMessage, IMessage

Inheritance

Object > ConfusionMatrix.Types.ConfusionMatrixEntry

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ConfusionMatrixEntry()

public ConfusionMatrixEntry()

ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry)

public ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry other)
Parameter
NameDescription
otherConfusionMatrix.Types.ConfusionMatrixEntry

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

The annotation spec of a predicted label.

Property Value
TypeDescription
AnnotationSpec

ItemCount

public int ItemCount { get; set; }

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

Property Value
TypeDescription
Int32