A single row in the confusion matrix.
-
actualLabel(type:String.t, default:nil) - The original label of this row. -
entries(type:list(GoogleApi.BigQuery.V2.Model.Entry.t), default:nil) - Info describing predicted label distribution.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.Row{
actualLabel: String.t(),
entries: [GoogleApi.BigQuery.V2.Model.Entry.t()]
}