1 implementation of IFastTrainingScoresUpdate
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
16internal sealed class LineSearch : IStepSearch, IFastTrainingScoresUpdate
3 references to IFastTrainingScoresUpdate
Microsoft.ML.FastTree (3)
Training\OptimizationAlgorithms\OptimizationAlgorithm.cs (2)
73IFastTrainingScoresUpdate fastUpdate = AdjustTreeOutputsOverride as IFastTrainingScoresUpdate;
Training\StepSearch.cs (1)
169ScoreTracker IFastTrainingScoresUpdate.GetUpdatedTrainingScores()