Class ConfusionMatrix (2.0.0-beta01)

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

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
RepeatedField<ConfusionMatrix.Types.Row>