View Source GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics (google_api_big_query v0.78.0)

Evaluation metrics for binary classification/classifier models.

Attributes

  • aggregateClassificationMetrics (type: GoogleApi.BigQuery.V2.Model.AggregateClassificationMetrics.t, default: nil) - Aggregate classification metrics.
  • binaryConfusionMatrixList (type: list(GoogleApi.BigQuery.V2.Model.BinaryConfusionMatrix.t), default: nil) - Binary confusion matrix at multiple thresholds.
  • negativeLabel (type: String.t, default: nil) - Label representing the negative class.
  • positiveLabel (type: String.t, default: nil) - Label representing the positive class.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics{
  aggregateClassificationMetrics:
    GoogleApi.BigQuery.V2.Model.AggregateClassificationMetrics.t() | nil,
  binaryConfusionMatrixList:
    [GoogleApi.BigQuery.V2.Model.BinaryConfusionMatrix.t()] | nil,
  negativeLabel: String.t() | nil,
  positiveLabel: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.