Given a set of points, compute the means and standard deviations for each dimension, and construct a ZscoreTransformer from them.
Given a set of points, compute the means and standard deviations for each dimension, and construct a ZscoreTransformer from them.
The set of points to use as the basis for scaling.
The ZscoreTransformer using the computed means and standard deviations.
Companion object that computes means and standard deviations to construct a ZscoreTransformer.