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

GoogleCloudAiplatformV1SchemaModelevaluationMetricsBoundingBoxMetrics

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

Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsBoundingBoxMetrics {
iouThreshold?: number;
meanAveragePrecision?: number;
}

§Properties

§

Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived from them.

§
iouThreshold?: number
[src]

The intersection-over-union threshold value used to compute this metrics entry.

§
meanAveragePrecision?: number
[src]

The mean average precision, most often close to auPrc.