Is it possible to use robustscale/standardize/normalize on a buffer but have it perform the scaling based off of a larger dataset?
I am trying to train a timbre classifier with a stream of mfcc data analyzed from ampslices. my thought was that it would perform better if each training slice sent to the knnclassifier~ was first scaled within a range from the entirety of possible input sounds, as opposed to applying robustscaling to each individual training sample.
Is there a convenient way to tell fluid.robustscale~ to fittransform dataset A against dataset B and write it to dataset C?