3 writes to BestIteration
Microsoft.ML.FastTree (3)
Training\Test.cs (3)
216
BestIteration
= -1;
233
BestIteration
= Iteration;
332
BestIteration
= _toleratedQueue.First().Iteration;
3 references to BestIteration
Microsoft.ML.FastTree (3)
BoostingFastTree.cs (1)
159
bestIteration = PruningTest.
BestIteration
;
GamTrainer.cs (1)
435
bestIteration = PruningTest.
BestIteration
;
Training\Test.cs (1)
333
BestResult = History[
BestIteration
- 1][LossIndex];