Class: Google::Cloud::AutoML::V1::TextExtractionEvaluationMetrics::ConfidenceMetricsEntry
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::TextExtractionEvaluationMetrics::ConfidenceMetricsEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/text_extraction.rb
Overview
Metrics for a single confidence threshold.
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
Output only.
-
#f1_score ⇒ ::Float
Output only.
-
#precision ⇒ ::Float
Output only.
-
#recall ⇒ ::Float
Output only.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
Returns Output only. The confidence threshold value used to compute the metrics. Only annotations with score of at least this threshold are considered to be ones the model would return.
65 66 67 68 |
# File 'proto_docs/google/cloud/automl/v1/text_extraction.rb', line 65 class ConfidenceMetricsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#f1_score ⇒ ::Float
Returns Output only. The harmonic mean of recall and precision.
65 66 67 68 |
# File 'proto_docs/google/cloud/automl/v1/text_extraction.rb', line 65 class ConfidenceMetricsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#precision ⇒ ::Float
Returns Output only. Precision under the given confidence threshold.
65 66 67 68 |
# File 'proto_docs/google/cloud/automl/v1/text_extraction.rb', line 65 class ConfidenceMetricsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recall ⇒ ::Float
Returns Output only. Recall under the given confidence threshold.
65 66 67 68 |
# File 'proto_docs/google/cloud/automl/v1/text_extraction.rb', line 65 class ConfidenceMetricsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |