1 write to _treeScores
Microsoft.ML.FastTree (1)
Training\OptimizationAlgorithms\GradientDescent.cs (1)
29_treeScores = new List<double[]>();
2 references to _treeScores
Microsoft.ML.FastTree (2)
Training\OptimizationAlgorithms\GradientDescent.cs (2)
62double[] s = _treeScores[i]; 137_treeScores.Add(tree.GetOutputs(TrainingScores.Dataset));