View Source GoogleApi.BigQuery.V2.Model.ConfusionMatrix (google_api_big_query v0.79.0)

Confusion matrix for multi-class classification models.

Attributes

  • confidenceThreshold (type: float(), default: nil) - Confidence threshold used when computing the entries of the confusion matrix.
  • rows (type: list(GoogleApi.BigQuery.V2.Model.Row.t), default: nil) - One row per actual label.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ConfusionMatrix{
  confidenceThreshold: float() | nil,
  rows: [GoogleApi.BigQuery.V2.Model.Row.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.