Set the aggregation method for the aggregator by assigning the appropriate accumulation and reset procedures based on the specified method.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aggregator_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | method |
The aggregation method to use (e.g., "mean", "sum", "point", "min", "max"). |