If the transform class is only a set of functions: 1. Should we have a sliding window class that applies the given transformations to the data? 2. Or should the transformation class use the sliding window and apply the transformations?
If the transform class is only a set of functions: