1 write to _scores
Microsoft.ML.FastTree (1)
Training\OptimizationAlgorithms\GradientDescent.cs (1)
47_scores = new double[TrainingScores.Scores.Length];
5 references to _scores
Microsoft.ML.FastTree (5)
Training\OptimizationAlgorithms\GradientDescent.cs (5)
46if (_scores == null) 70for (int j = 0; j < _scores.Length; j++) 72_scores[j] = TrainingScores.Scores[j] - _droppedScores[j]; 75return ObjectiveFunction.GetGradient(ch, _scores); 112TrainingScores.Scores = _scores;