public static interface BoundingBoxMetricsEntry.ConfidenceMetricsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceThreshold()
Output only.
|
float |
getF1Score()
Output only.
|
float |
getPrecision()
Output only.
|
float |
getRecall()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getConfidenceThreshold()
Output only. The confidence threshold value used to compute the metrics.
float confidence_threshold = 1;float getRecall()
Output only. Recall under the given confidence threshold.
float recall = 2;float getPrecision()
Output only. Precision under the given confidence threshold.
float precision = 3;float getF1Score()
Output only. The harmonic mean of recall and precision.
float f1_score = 4;Copyright © 2025 Google LLC. All rights reserved.