1 write to TrainSetScore
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
241
TrainSetScore
= new ScoreTracker("train", TrainSet, null);
4 references to TrainSetScore
Microsoft.ML.FastTree (4)
GamTrainer.cs (4)
312
var gradient = _objectiveFunction.GetGradient(ch,
TrainSetScore
.Scores);
316
TrainOnEachFeature(gradient,
TrainSetScore
.Scores, sumTargets, sumWeights, iteration);
378
UpdateScoresForSet(TrainSet,
TrainSetScore
.Scores, iteration);
379
TrainSetScore
.SendScoresUpdatedMessage();