public sealed class ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row : IMessage<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IEquatable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IDeepCloneable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row.
Output only. A row in the confusion matrix.
Implements
IMessageClassificationEvaluationMetricsTypesConfusionMatrixTypesRow, IEquatableClassificationEvaluationMetricsTypesConfusionMatrixTypesRow, IDeepCloneableClassificationEvaluationMetricsTypesConfusionMatrixTypesRow, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
Row()
public Row()
Row(Row)
public Row(ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row other)
Parameter | |
---|---|
Name | Description |
other |
ClassificationEvaluationMetricsTypesConfusionMatrixTypesRow |
Properties
ExampleCount
public RepeatedField<int> ExampleCount { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldint |