falsePositiveCount(of:)
Returns the number of times the predicted label did not match the true label.
Declaration
func falsePositiveCount(of label: Label) -> IntParameters
- label:
A label.
Returns the number of times the predicted label did not match the true label.
func falsePositiveCount(of label: Label) -> IntA label.