Searched refs:standardizedSample (Results 1 – 1 of 1) sorted by relevance
654 double[] standardizedSample = new double[sample.length]; in normalize() local658 standardizedSample[i] = (sample[i] - mean) / standardDeviation; in normalize()660 return standardizedSample; in normalize()