---
title: accuracy
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/classificationmetrics/accuracy
---

# accuracy

The number of correctly classified examples out of the total number of examples.

## Declaration

```swift
var accuracy: Double { get set }
```

## See Also

### Getting the properties

- [exampleCount](createmlcomponents/classificationmetrics/examplecount.md)
- [labels](createmlcomponents/classificationmetrics/labels.md)
- [restrictToKnownLabels](createmlcomponents/classificationmetrics/restricttoknownlabels.md)
