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);
853
var comparer =
_comparers
[threadIndex];