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

# precisionRecallDataFrame

A data frame listing the precision and recall percentages for each class.

## Declaration

```swift
var precisionRecallDataFrame: DataFrame { get }
```

## See Also

### Describing metrics

- [description](createml/mlwordtaggermetrics/description.md)
- [debugDescription](createml/mlwordtaggermetrics/debugdescription.md)
- [playgroundDescription](createml/mlwordtaggermetrics/playgrounddescription.md)
- [confusionDataFrame](createml/mlwordtaggermetrics/confusiondataframe.md)
