View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics (google_api_ai_platform v0.13.0)

Metrics for a single confidence threshold.

Attributes

  • boundingBoxIou (type: number(), default: nil) - Bounding box intersection-over-union precision. Measures how well the bounding boxes overlap between each other (e.g. complete overlap or just barely above iou_threshold).
  • confidenceThreshold (type: number(), default: nil) - The confidence threshold value used to compute the metrics.
  • mismatchRate (type: number(), default: nil) - Mismatch rate, which measures the tracking consistency, i.e. correctness of instance ID continuity.
  • trackingPrecision (type: number(), default: nil) - Tracking precision.
  • trackingRecall (type: number(), default: nil) - Tracking recall.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics{
    boundingBoxIou: number() | nil,
    confidenceThreshold: number() | nil,
    mismatchRate: number() | nil,
    trackingPrecision: number() | nil,
    trackingRecall: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.