GoogleApi.Language.V1.Model.XPSVideoActionMetricsEntry (google_api_language v0.16.3)
View SourceThe Evaluation metrics entry given a specific precision_window_length.
Attributes
-
confidenceMetricsEntries
(type:list(GoogleApi.Language.V1.Model.XPSVideoActionMetricsEntryConfidenceMetricsEntry.t)
, default:nil
) - Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. -
meanAveragePrecision
(type:number()
, default:nil
) - The mean average precision. -
precisionWindowLength
(type:String.t
, default:nil
) - This VideoActionMetricsEntry 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSVideoActionMetricsEntry{ confidenceMetricsEntries: [ GoogleApi.Language.V1.Model.XPSVideoActionMetricsEntryConfidenceMetricsEntry.t() ] | nil, meanAveragePrecision: number() | nil, precisionWindowLength: String.t() | nil }