ComputeLRTrainingStdThroughMkl.ComputeStandardDeviation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
0 以外の各トレーニング重みのスタンドアート偏差行列を計算します。さらに、スタンドアート偏差、p 値、z スコアを計算するために必要です。
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)
パラメーター
- hessian
- Double[]
- weightIndices
- Int32[]
- numSelectedParams
- Int32
- currentWeightsCount
- Int32
- l2Weight
- Single
トレーニングに使用される L2Weight。 (トレーニング中に使用されたものと同じものを指定します)。