2 references to WScaledDot
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
2085Double subLoss = lossFunc.Loss(WScaledDot(in features, weightScaling, in weights, bias), cursor.Label); 2125float derivative = cursor.Weight * lossFunc.Derivative(WScaledDot(in features, weightScaling, in weights, bias), label); // complexity: O(k)