Contents

truePositiveCount(of:)

Returns the number of times the predicted label matched the true label.

Declaration

func truePositiveCount(of label: Label) -> Int

Parameters

  • label:

    A label.

See Also

Computing and scoring