Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ClassificationEvaluationMetrics::ConfusionMatrix::Row.
Output only. A row in the confusion matrix.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#example_count
def example_count() -> ::Array<::Integer>
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.
#example_count=
def example_count=(value) -> ::Array<::Integer>
Parameter
-
value (::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.
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.