Contents

add(_:)

Updates the metrics with more pairs of classifications and ground truth labels.

Declaration

mutating func add(_ pairs: some Sequence<(classification: ClassificationDistribution<Label>, labels: Set<Label>)>)

Parameters

  • pairs:

    A sequence of classifications and true label pairs.

See Also

Updating the metrics