3 writes to YK
Microsoft.ML.FastTree (3)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (2)
29
trainingScores.
YK
= null;
35
trainingScores.
YK
= trainingScores.XK;
Training\ScoreTracker.cs (1)
130
YK
= (double[])XK.Clone();
5 references to YK
Microsoft.ML.FastTree (5)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (1)
28
trainingScores.XK = trainingScores.
YK
;
Training\ScoreTracker.cs (4)
187
double newXK =
YK
[doc] + output;
190
YK
[doc] = newYK;
214
double newXK =
YK
[doc] + output;
217
YK
[doc] = newYK;