truePositiveCount(of:)
Returns the number of times the predicted label matched the true label.
Declaration
func truePositiveCount(of label: Label) -> IntParameters
- label:
A label.
Returns the number of times the predicted label matched the true label.
func truePositiveCount(of label: Label) -> IntA label.