Class: Google::Cloud::AutoML::V1::ClassificationEvaluationMetrics::ConfusionMatrix::Row
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ClassificationEvaluationMetrics::ConfusionMatrix::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/classification.rb
Overview
Output only. A row in the confusion matrix.
Instance Attribute Summary collapse
-
#example_count ⇒ ::Array<::Integer>
Output only.
Instance Attribute Details
#example_count ⇒ ::Array<::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.
168 169 170 171 |
# File 'proto_docs/google/cloud/automl/v1/classification.rb', line 168 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |