Class RollingWindowAverage

java.lang.Object
org.carrot2.util.RollingWindowAverage

public class RollingWindowAverage extends Object
Calculates an average of values showing up in a given time window. To keep processing efficient, bucketing is performed.

This class is not thread-safe.