ComputeLRTrainingStdThroughMkl.ComputeStandardDeviation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the standart deviation matrix of each of the non-zero training weights, needed to calculate further the standart deviation, p-value and z-Score.
public override Microsoft.ML.Data.VBuffer<float> ComputeStandardDeviation (double[] hessian, int[] weightIndices, int numSelectedParams, int currentWeightsCount, Microsoft.ML.Runtime.IChannel ch, float l2Weight);
override this.ComputeStandardDeviation : double[] * int[] * int * int * Microsoft.ML.Runtime.IChannel * single -> Microsoft.ML.Data.VBuffer<single>
Public Overrides Function ComputeStandardDeviation (hessian As Double(), weightIndices As Integer(), numSelectedParams As Integer, currentWeightsCount As Integer, ch As IChannel, l2Weight As Single) As VBuffer(Of Single)
Parameters
- hessian
- Double[]
- weightIndices
- Int32[]
- numSelectedParams
- Int32
- currentWeightsCount
- Int32
- l2Weight
- Single
The L2Weight used for training. (Supply the same one that got used during training.)