Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Row |
Row.clone() |
Row |
Row.set(String fieldName,
Object value) |
Row |
Row.setActualLabel(String actualLabel)
The original label of this row.
|
Row |
Row.setEntries(List<BigqueryEntry> entries)
Info describing predicted label distribution.
|
Modifier and Type | Method and Description |
---|---|
List<Row> |
ConfusionMatrix.getRows()
One row per actual label.
|
Modifier and Type | Method and Description |
---|---|
ConfusionMatrix |
ConfusionMatrix.setRows(List<Row> rows)
One row per actual label.
|
Copyright © 2011–2022 Google. All rights reserved.