google_api_big_query v0.15.0 GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics 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
Link to this type
t()
View Source
t()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.