---
title: confidenceThresholds
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/multilabelclassificationmetrics/confidencethresholds
---

# confidenceThresholds

A dictionary of label and confidence thresholds.

## Declaration

```swift
var confidenceThresholds: [Label : Float] { get }
```

## See Also

### Getting the properties

- [exampleCount](createmlcomponents/multilabelclassificationmetrics/examplecount.md)
- [labels](createmlcomponents/multilabelclassificationmetrics/labels.md)
- [meanAveragePrecision](createmlcomponents/multilabelclassificationmetrics/meanaverageprecision.md)
