1 override of ComputeStandardDeviation
Microsoft.ML.Mkl.Components (1)
ComputeLRTrainingStdThroughHal.cs (1)
27
public override VBuffer<float>
ComputeStandardDeviation
(double[] hessian, int[] weightIndices, int numSelectedParams, int currentWeightsCount, IChannel ch, float l2Weight)
1 reference to ComputeStandardDeviation
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LogisticRegression.cs (1)
413
var std = LbfgsTrainerOptions.ComputeStandardDeviation.
ComputeStandardDeviation
(hessian, weightIndices, numParams, CurrentWeights.Length, ch, L2Weight);