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