count(predicted:label:)
Returns the number of times a predicted, true label pair appeared in the label collections.
Declaration
func count(predicted: Label, label: Label) -> IntParameters
- predicted:
The predicted label.
- label:
The true label.
Returns the number of times a predicted, true label pair appeared in the label collections.
func count(predicted: Label, label: Label) -> IntThe predicted label.
The true label.