google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics View Source
Evaluation metrics for binary classification/classifier models.
Attributes
- aggregateClassificationMetrics (GoogleApi.BigQuery.V2.Model.AggregateClassificationMetrics.t): Aggregate classification metrics. Defaults to
nil
. - binaryConfusionMatrixList (list(GoogleApi.BigQuery.V2.Model.BinaryConfusionMatrix.t)): Binary confusion matrix at multiple thresholds. Defaults to
nil
. - negativeLabel (String.t): Label representing the negative class. Defaults to
nil
. - positiveLabel (String.t): Label representing the positive class. Defaults to
nil
.
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.