![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Group processor that computes the cumulative average of a stream of numbers. More...
Group processor that computes the cumulative average of a stream of numbers.
This processor is similar to the Average examples of the basic section. Graphically, it corresponds to the following chain of processors:
Since we encapsulate this chain into a GroupProcessor, in other processor graphs that use it, it will be drawn as this:
Definition at line 55 of file Average.java.