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