3 writes to ComputeStandardDeviation
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
2164ComputeStandardDeviation = new ComputeLRTrainingStdThroughMkl() 4255ComputeStandardDeviation = new ComputeLRTrainingStdThroughMkl()
Microsoft.ML.Tests (1)
TrainerEstimators\LbfgsTests.cs (1)
87ComputeStandardDeviation = new ComputeLRTrainingStdThroughMkl(),
4 references to ComputeStandardDeviation
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\LogisticRegression.cs (4)
111/// If you need these calculations, add the Microsoft.ML.Mkl.Components package, and initialize <see cref="LbfgsLogisticRegressionBinaryTrainer.Options.ComputeStandardDeviation"/>. 307if (hessianDimension > int.MaxValue || LbfgsTrainerOptions.ComputeStandardDeviation == null) 413var std = LbfgsTrainerOptions.ComputeStandardDeviation.ComputeStandardDeviation(hessian, weightIndices, numParams, CurrentWeights.Length, ch, L2Weight); 492/// If you need these calculations, add the Microsoft.ML.Mkl.Components package, and initialize <see cref="LbfgsLogisticRegressionBinaryTrainer.Options.ComputeStandardDeviation"/>