Class: Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::Row
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::Row
- 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
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
The annotation spec of the ground truth label for this row.
-
#entries ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::ConfusionMatrixEntry>
A list of the confusion matrix entries.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns The annotation spec of the ground truth label for this row.
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.
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 |