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