Class ConfusionMatrix.Types.Row (2.0.0-beta01)

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

A row in the confusion matrix. Each entry in this row has the same ground truth label.

Inheritance

Object > ConfusionMatrix.Types.Row

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

Row()

public Row()

Row(ConfusionMatrix.Types.Row)

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

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

The annotation spec of the ground truth label for this row.

Property Value
TypeDescription
AnnotationSpec

Entries

public RepeatedField<ConfusionMatrix.Types.ConfusionMatrixEntry> Entries { get; }

A list of the confusion matrix entries. One entry for each possible predicted label.

Property Value
TypeDescription
RepeatedField<ConfusionMatrix.Types.ConfusionMatrixEntry>