Class ConfusionMatrix (0.4.0)

Confusion matrix of the model running the classification.

Output only. Rows in the confusion matrix. The number of rows is equal to the size of annotation_spec_id. row[i].value[j] is the number of examples that have ground truth of the annotation_spec_id[i] and are predicted as annotation_spec_id[j] by the model being evaluated.

Classes

Row

Output only. A row in the confusion matrix.