CPU-Masters / CyberiaFramework

This is the Cyberia Framework. A java based framework to provide basic utility for common functions.
0 stars 0 forks source link

Aggregate Function Generation #6

Open 90301 opened 6 years ago

90301 commented 6 years ago

Generate aggregate functions like sums / averages / ect

Hopefully this can be done in two stages with a few variables.

List +number of values to use + List + List

90301 commented 6 years ago

support for L2 or LN aggregate functions. example, moving average of a moving average.