1 implementation of GetUpdatedTrainingScores
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
169ScoreTracker IFastTrainingScoresUpdate.GetUpdatedTrainingScores()
1 reference to GetUpdatedTrainingScores
Microsoft.ML.FastTree (1)
Training\OptimizationAlgorithms\OptimizationAlgorithm.cs (1)
74ScoreTracker updatedScores = (UseFastTrainingScoresUpdate && fastUpdate != null) ? fastUpdate.GetUpdatedTrainingScores() : null;