Package info.debatty.java.aggregation
Interface AggregatorInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleaggregate(double[] values)Aggregate the provided values.
-
| Modifier and Type | Method | Description |
|---|---|---|
double |
aggregate(double[] values) |
Aggregate the provided values.
|