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)
62
double[] s =
_treeScores
[i];
137
_treeScores
.Add(tree.GetOutputs(TrainingScores.Dataset));