<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/MultiLabelClassificationMetrics/ThresholdSelectionStrategy",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Create ML Components",
      "CreateMLComponents"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents31MultiLabelClassificationMetricsV26ThresholdSelectionStrategyO"
  },
  "title" : "MultiLabelClassificationMetrics.ThresholdSelectionStrategy"
}
-->

# MultiLabelClassificationMetrics.ThresholdSelectionStrategy

A strategy for selecting a confidence threshold.

```
enum ThresholdSelectionStrategy
```

## Topics

### Selection strategies

[`case balancedPrecisionAndRecall`](/documentation/CreateMLComponents/MultiLabelClassificationMetrics/ThresholdSelectionStrategy/balancedPrecisionAndRecall)

A confidence threshold strategy that balances precision and recall equivalently.

[`case fixed([Label : Float])`](/documentation/CreateMLComponents/MultiLabelClassificationMetrics/ThresholdSelectionStrategy/fixed(_:))

A confidence threshold strategy that uses the specified thresholds for each label.

[`case precision(Float, minimumRecall: Float)`](/documentation/CreateMLComponents/MultiLabelClassificationMetrics/ThresholdSelectionStrategy/precision(_:minimumRecall:))

A confidence threshold strategy for a specific precision that has at least a minimum recall value.

[`case recall(Float, minimumPrecision: Float)`](/documentation/CreateMLComponents/MultiLabelClassificationMetrics/ThresholdSelectionStrategy/recall(_:minimumPrecision:))

A confidence threshold strategy for a recall precision that has at least a minimum precision value.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Copyable`](/documentation/Swift/Copyable)

[`Escapable`](/documentation/Swift/Escapable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)