1 instantiation of WinLossCalculator
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
476
() => new
WinLossCalculator
(Dataset.MaxDocsPerQuery, _sortingAlgorithm));
2 references to WinLossCalculator
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
463
private readonly Lazy<
WinLossCalculator
> _winLossCalculator;
475
_winLossCalculator = new Lazy<
WinLossCalculator
>(