1 write to LossIndex
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
215LossIndex = lossIndex;
3 references to LossIndex
Microsoft.ML.FastTree (3)
Training\Test.cs (3)
224UpdateBest(results[LossIndex]); 246yield return SimpleTest.ComputeTests(scores).ToArray()[LossIndex]; 333BestResult = History[BestIteration - 1][LossIndex];