1 write to _winLossCalculator
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
475_winLossCalculator = new Lazy<WinLossCalculator>(
1 reference to _winLossCalculator
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
481double[] surplus = _winLossCalculator.Value.WinLossRangeFromScores(Dataset, _labels, scores);