Contents

falsePositiveCount(of:)

Returns the number of times the predicted label did not match the true label.

Declaration

func falsePositiveCount(of label: Label) -> Int

Parameters

  • label:

    A label.

See Also

Computing and scoring