- All Implemented Interfaces:
- Function<List<Map<String,Double>>,Map<String,Double>>
public class WindowAverage
extends Object
implements Function<List<Map<String,Double>>,Map<String,Double>>
Given a window of key,value map instances, this function gets the average of
the window
- Author:
- Sina Samangooei (ss@ecs.soton.ac.uk)