GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics (google_api_big_query v0.55.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics{ aggregateClassificationMetrics: GoogleApi.BigQuery.V2.Model.AggregateClassificationMetrics.t(), binaryConfusionMatrixList: [ GoogleApi.BigQuery.V2.Model.BinaryConfusionMatrix.t() ], negativeLabel: String.t(), positiveLabel: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.