1 write to _objectiveFunction
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
303
_objectiveFunction
= CreateObjectiveFunction();
1 reference to _objectiveFunction
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
312
var gradient =
_objectiveFunction
.GetGradient(ch, TrainSetScore.Scores);