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

GoogleCloudAiplatformV1SchemaModelevaluationMetricsVideoActionMetrics

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

The Evaluation metrics given a specific precision_window_length.

interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsVideoActionMetrics {
meanAveragePrecision?: number;
precisionWindowLength?: number;
}

§Properties

§

Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.

§
meanAveragePrecision?: number
[src]

The mean average precision.

§
precisionWindowLength?: number
[src]

This VideoActionMetrics is calculated based on this prediction window length. If the predicted action's timestamp is inside the time window whose center is the ground truth action's timestamp with this specific length, the prediction result is treated as a true positive.