---
title: mostLikelyLabel
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/classificationdistribution/mostlikelylabel
---

# mostLikelyLabel

The label with the highest probability.

## Declaration

```swift
var mostLikelyLabel: Label? { get }
```

## See Also

### Getting the properties

- [endIndex](createmlcomponents/classificationdistribution/endindex.md)
- [labelsSortedByProbability](createmlcomponents/classificationdistribution/labelssortedbyprobability.md)
- [startIndex](createmlcomponents/classificationdistribution/startindex.md)
