4 references to GetStandardDeviation
Microsoft.ML.AutoML (2)
Sweepers\SmacSweeper.cs (1)
374
row[1] = VectorUtils.
GetStandardDeviation
(leafValues[i]);
Tuner\SmacTuner.cs (1)
346
meansAndStdDevs[1] = VectorUtils.
GetStandardDeviation
(leafValues);
Microsoft.ML.Sweeper (2)
Algorithms\KdoSweeper.cs (1)
171
double rVar = Math.Pow(VectorUtils.
GetStandardDeviation
(randomVals), 2) + 1e-10;
Algorithms\SmacSweeper.cs (1)
365
row[1] = VectorUtils.
GetStandardDeviation
(leafValues[i]);