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