MultiLabelClassificationMetrics
Multi-label classification metrics.
Declaration
struct MultiLabelClassificationMetrics<Label> where Label : HashableTopics
Creating the distribution
init(_:strategy:)init(_:strategy:labels:)init(classifications:groundTruth:strategy:)init(classifications:groundTruth:strategy:labels:)init(confidenceThresholds:)MultiLabelClassificationMetrics.ThresholdSelectionStrategy
Getting the properties
Computing and scoring
count(of:)f1Score(for:)falseNegativeCount(of:)falsePositiveCount(of:)precisionScore(for:)recallScore(for:)trueNegativeCount(of:)truePositiveCount(of:)