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.
Implements
IMessageConfusionMatrix, IEquatableConfusionMatrix, IDeepCloneableConfusionMatrix, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ConfusionMatrix()
public ConfusionMatrix()
ConfusionMatrix(ConfusionMatrix)
public ConfusionMatrix(ConfusionMatrix other)
Parameter | |
---|---|
Name | Description |
other |
ConfusionMatrix |
Properties
Row
public RepeatedField<ConfusionMatrix.Types.Row> Row { get; }
Property Value | |
---|---|
Type | Description |
RepeatedFieldConfusionMatrixTypesRow |