Class ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row
Output only. A row in the confusion matrix.
Inheritance
System.Object
ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row
Implements
System.IEquatable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class Row : IMessage<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IEquatable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IDeepCloneable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IBufferMessage, IMessage
Constructors
Row()
Declaration
public Row()
Row(ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row)
Declaration
public Row(ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row other)
Parameters
Type | Name | Description |
---|---|---|
ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row | other |
Properties
ExampleCount
Output only. Value of the specific cell in the confusion matrix.
The number of values each row has (i.e. the length of the row) is equal
to the length of the annotation_spec_id
field or, if that one is not
populated, length of the [display_name][google.cloud.automl.v1.ClassificationEvaluationMetrics.ConfusionMatrix.display_name] field.
Declaration
public RepeatedField<int> ExampleCount { get; }
Property Value
Type | Description |
---|---|
RepeatedField<System.Int32> |