---
title: confusion
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlwordtaggermetrics/confusion
---

# confusion

A table comparing the actual and predicted labels for each tagging category.

## Declaration

```swift
var confusion: MLDataTable { get }
```

## See Also

### Analyzing the tagger’s performance

- [taggingError](createml/mlwordtaggermetrics/taggingerror.md)
- [precisionRecall](createml/mlwordtaggermetrics/precisionrecall.md)
