Normalize the data such that values for each feature in each file have a
zero mean and a unit stdev (actually, we currently normalize by the
natural data --- see DataSetTransform.normalize() for more)
Normalizes listed features (zero mean and unit stdev); unlike the other
normalize() method, it does not attempt to separate the users -- if you
want normalization per user, feed it separate data sets for each user