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