1 write to History
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
213History = new List<TestResult[]>();
2 references to History
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
225History.Add(results); 333BestResult = History[BestIteration - 1][LossIndex];