public static interface Operations.Aggregator
Modifier and Type | Method and Description |
---|---|
double |
compute(double[] values)
A method specifying how to compute the aggregation of values (sum, mean, etc.)
|
Copyright © 2020. All rights reserved.