uses the means and standard deviations of the training set to standardize
the test set. See, e.g., https://scikit-learn.org/stable/modules/cross_validation.html .
Usage
cvScaler(testSet, means, standardDeviations)
Arguments
- testSet
test data set
- means
means of the training set
- standardDeviations
standard deviations of the training set