次の方法で共有


ComputeLRTrainingStdThroughMkl.ComputeStandardDeviation メソッド

定義

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
ch
IChannel

IChannelメッセージングに使用されます。

l2Weight
Single

トレーニングに使用される L2Weight。 (トレーニング中に使用されたものと同じものを指定します)。

戻り値

適用対象