3 writes to ComputeStandardDeviation
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
2164
ComputeStandardDeviation
= new ComputeLRTrainingStdThroughMkl()
4255
ComputeStandardDeviation
= new ComputeLRTrainingStdThroughMkl()
Microsoft.ML.Tests (1)
TrainerEstimators\LbfgsTests.cs (1)
87
ComputeStandardDeviation
= 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
"/>.
307
if (hessianDimension > int.MaxValue || LbfgsTrainerOptions.
ComputeStandardDeviation
== null)
413
var 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
"/>