---
title: "computeMode(of:)"
framework: evaluations
role: symbol
role_heading: Instance Method
path: "evaluations/metricsaggregator/group/computemode(of:)"
---

# computeMode(of:)

Computes the mode of a metric and adds it to the group.

## Declaration

```swift
mutating func computeMode(of metric: Metric)
```

## Parameters

- `metric`: The metric to aggregate.
