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)
463private readonly Lazy<WinLossCalculator> _winLossCalculator; 475_winLossCalculator = new Lazy<WinLossCalculator>(