Class Row (1.0.0)

Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A row in the confusion matrix. Each entry in this row has the same ground truth label.

Attributes

NameDescription
annotation_spec .annotation_spec_set.AnnotationSpec
The annotation spec of the ground truth label for this row.
entries Sequence[.evaluation.ConfusionMatrix.ConfusionMatrixEntry]
A list of the confusion matrix entries. One entry for each possible predicted label.