Uses of Class
tech.tablesaw.columns.numbers.NumberRollingColumn
-
Packages that use NumberRollingColumn Package Description tech.tablesaw.api -
-
Uses of NumberRollingColumn in tech.tablesaw.api
Methods in tech.tablesaw.api that return NumberRollingColumn Modifier and Type Method Description default NumberRollingColumnNumericColumn. rolling(int windowSize)Returns aRollingColumnwith the given windowSize, which can be used for performing calculations on rolling subsets of my data
-