1 write to _comparers
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
612_comparers = new DcgPermutationComparer[numThreads];
2 references to _comparers
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
614_comparers[i] = DcgPermutationComparerFactory.GetDcgPermutationFactory(options.SortingAlgorithm); 853var comparer = _comparers[threadIndex];