In the constructor, it computes the mean and the standard deviation over all the frames in the given DataSet (by default, only for inputs).
In the constructor, it computes the mean and the standard deviation over all the frames in the given DataSet (by default, only for inputs). Then, when calling pre-processing methods, it normalizes each column by this computed mean and stdv. (substracts the mean, then divides by the standard deviation).As a result, the mean of the full set of frames given by the concatenation of all calls to setExample() will be 0, and the variance will be 1.
Alphabetic index HTML hierarchy of classes or Java