public sealed class ConfusionMatrix.Types.ConfusionMatrixEntry : IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>, IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IBufferMessage, IMessage
Implements
IMessageConfusionMatrixTypesConfusionMatrixEntry, IEquatableConfusionMatrixTypesConfusionMatrixEntry, IDeepCloneableConfusionMatrixTypesConfusionMatrixEntry, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ConfusionMatrixEntry()
public ConfusionMatrixEntry()
ConfusionMatrixEntry(ConfusionMatrixEntry)
public ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry other)
Parameter | |
---|---|
Name | Description |
other |
ConfusionMatrixTypesConfusionMatrixEntry |
Properties
AnnotationSpec
public AnnotationSpec AnnotationSpec { get; set; }
The annotation spec of a predicted label.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |