Class: Google::Cloud::AutoML::V1beta1::ClassificationEvaluationMetrics::ConfusionMatrix::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/classification.rb

Overview

Output only. A row in the confusion matrix.

Instance Attribute Summary collapse

Instance Attribute Details

#example_countArray<Integer>

Returns 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 field.

Returns:

  • (Array<Integer>)

    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 field.



185
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/classification.rb', line 185

class Row; end