public interface AggregationFunction extends SimpleFunction<List<Double>,Double>, Serializable
| Modifier and Type | Method and Description |
|---|---|
Double |
eval(List<Double> x)
Evaluates the function for the given element.
|
String |
toString() |
Double eval(List<Double> x)
SimpleFunctioneval in interface SimpleFunction<List<Double>,Double>x - some elementCopyright © 2019. All rights reserved.