Class: Google::Cloud::AutoML::V1beta1::BoundingBoxMetricsEntry::ConfidenceMetricsEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb

Overview

Metrics for a single confidence threshold.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_thresholdFloat

Returns Output only. The confidence threshold value used to compute the metrics.

Returns:

  • (Float)

    Output only. The confidence threshold value used to compute the metrics.



89
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb', line 89

class ConfidenceMetricsEntry; end

#f1_scoreFloat

Returns Output only. The harmonic mean of recall and precision.

Returns:

  • (Float)

    Output only. The harmonic mean of recall and precision.



89
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb', line 89

class ConfidenceMetricsEntry; end

#precisionFloat

Returns Output only. Precision under the given confidence threshold.

Returns:

  • (Float)

    Output only. Precision under the given confidence threshold.



89
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb', line 89

class ConfidenceMetricsEntry; end

#recallFloat

Returns Output only. Recall under the given confidence threshold.

Returns:

  • (Float)

    Output only. Recall under the given confidence threshold.



89
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb', line 89

class ConfidenceMetricsEntry; end