1 write to _lossIndex
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
59
_lossIndex
= lossIndex;
1 reference to _lossIndex
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
87
Loss = _lossCalculator.ComputeTests(Scores.Scores).ToList()[
_lossIndex
];