Show / Hide Table of Contents

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
System.Object
ConfusionMatrix
Implements
IMessage<ConfusionMatrix>
System.IEquatable<ConfusionMatrix>
IDeepCloneable<ConfusionMatrix>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ConfusionMatrix : IMessage<ConfusionMatrix>, IEquatable<ConfusionMatrix>, IDeepCloneable<ConfusionMatrix>, IBufferMessage, IMessage

Constructors

ConfusionMatrix()

Declaration
public ConfusionMatrix()

ConfusionMatrix(ConfusionMatrix)

Declaration
public ConfusionMatrix(ConfusionMatrix other)
Parameters
Type Name Description
ConfusionMatrix other

Properties

Row

Declaration
public RepeatedField<ConfusionMatrix.Types.Row> Row { get; }
Property Value
Type Description
RepeatedField<ConfusionMatrix.Types.Row>
Back to top