ClassificationMetrics
Classification metrics.
Declaration
struct ClassificationMetrics<Label> where Label : HashableTopics
Creating the distribution
Getting the properties
Computing and scoring
makeConfusionMatrix()precisionScore(label:)recallScore(label:)count(label:)count(predicted:)count(predicted:label:)trueNegativeCount(of:)truePositiveCount(of:)falseNegativeCount(of:)falsePositiveCount(of:)f1Score(label:)mapLabels(_:)