Interface AggregationFunction

All Superinterfaces:
Serializable, SimpleFunction<List<Double>,Double>
All Known Implementing Classes:
AverageAggregator, MaxAggregator, MinAggregator, ProductAggregator, SumAggregator

public interface AggregationFunction extends SimpleFunction<List<Double>,Double>, Serializable
This class aggregates a list of doubles to a single double.
Author:
Matthias Thimm
  • Method Summary

    Modifier and Type
    Method
    Description
    Evaluates the function for the given element.