Data Labeling v1beta1 API - Class ConfusionMatrix (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class ConfusionMatrix.

Confusion matrix of the model running the classification. Only applicable when the metrics entry aggregates multiple labels. Not applicable when the entry is for a single label.

Inheritance

object > ConfusionMatrix

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ConfusionMatrix()

public ConfusionMatrix()

ConfusionMatrix(ConfusionMatrix)

public ConfusionMatrix(ConfusionMatrix other)
Parameter
NameDescription
otherConfusionMatrix

Properties

Row

public RepeatedField<ConfusionMatrix.Types.Row> Row { get; }
Property Value
TypeDescription
RepeatedFieldConfusionMatrixTypesRow