1 override of UpdateScores
Microsoft.ML.FastTree (1)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (1)
55internal override void UpdateScores(ScoreTracker t, InternalRegressionTree tree)
2 references to UpdateScores
Microsoft.ML.FastTree (2)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (1)
58base.UpdateScores(t, tree);
Training\OptimizationAlgorithms\OptimizationAlgorithm.cs (1)
65UpdateScores(t, tree);