Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics

import type { GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Metrics for a single confidence threshold.

interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics {
boundingBoxIou?: number;
confidenceThreshold?: number;
mismatchRate?: number;
trackingPrecision?: number;
trackingRecall?: number;
}

§Properties

§
boundingBoxIou?: number
[src]

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?: number
[src]

The confidence threshold value used to compute the metrics.

§
mismatchRate?: number
[src]

Mismatch rate, which measures the tracking consistency, i.e. correctness of instance ID continuity.

§
trackingPrecision?: number
[src]

Tracking precision.

§
trackingRecall?: number
[src]

Tracking recall.