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