Class: Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::Row

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb

Overview

A row in the confusion matrix. Each entry in this row has the same ground truth label.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec

Returns The annotation spec of the ground truth label for this row.

Returns:



217
218
219
220
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 217

class Row
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#entries::Array<::Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::ConfusionMatrixEntry>

Returns A list of the confusion matrix entries. One entry for each possible predicted label.

Returns:



217
218
219
220
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 217

class Row
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end